Html Css Color HEX #A826E7 Dark Orchid

📋 copy color: '#A826E7'

red 168 ◦ green 38 ◦ blue 231

#A826E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A826E7

Tints of Dark Orchid #A826E7

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

 GREEN value IS 38 (15.23% from 255) = 8.7%

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 38.44%
G = 8.7%
B = 52.86%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A826E7 (or 0xA826E7) is known color: Dark Orchid. HEX triplet: A8, 26 and E7. RGB value is (168,38,231). Sum of RGB (Red+Green+Blue) = 168+38+231=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #A826E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A826E7 is #57D918. Grayscale: #626262. Windows color (decimal): -5757209 or 15148712. OLE color: 15148712.

HSL color Cylindrical-coordinate representation of color #A826E7: hue angle of 280.41º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A826E7 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 38 231 -
CMYK 0.27 0.84 0 0.09
HSL 280.41º 0.8% 0.53% -
HSV(B) 280.41º 0.84% 0.91% -
XYZ 31.27 15.48 76.94 -
YUV 98.87 202.57 177.31 -
System Red Green Blue C M Y K H S L
Decimal 168 38 231 0.27 0.84 0 0.09 280.41 0.8 0.53
Hex A8 26 E7 1B 54 0 9 118 50 35
Octal 250 46 347 33 124 0 11 430 120 65
Binary 10101000 100110 11100111 11011 1010100 0 1001 100011000 1010000 110101

Color Harmonies of #A826E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826E7

Black with #A826E7

Text Example


Text Example

White with #A826E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826E7; }

 p { color: rgb(168,38,231); }

 H1.HeaderClassName
 {
   color: #A826E7;
 }
 .AnyTagClassName
 {
   color: #A826E7;
 }
</style>

background-color css

<style>
 a { background-color: #A826E7; }

 a { background-color: rgb(168,38,231); }

 div.DivClassName
 {
   background-color: #A826E7;
 }
 .BgClassName
 {
   background-color: #A826E7;
 }
</style>

border-color css

<style>
 span { border-color: #A826E7; }

 span { border-color: rgb(168,38,231); }

 td.TdClassName
 {
   border-color: #A826E7;
 }
 .TagClassName
 {
   border-color: #A826E7;
 }
</style>