Html Css Color HEX #A826DE Dark Orchid

📋 copy color: '#A826DE'

red 168 ◦ green 38 ◦ blue 222

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

Shades of Dark Orchid #A826DE

Tints of Dark Orchid #A826DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 39.25%
G = 8.88%
B = 51.87%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A826DE (or 0xA826DE) is known color: Dark Orchid. HEX triplet: A8, 26 and DE. RGB value is (168,38,222). Sum of RGB (Red+Green+Blue) = 168+38+222=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #A826DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826DE is #57D921. Grayscale: #616161. Windows color (decimal): -5757218 or 14558888. OLE color: 14558888.

HSL color Cylindrical-coordinate representation of color #A826DE: hue angle of 282.39º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A826DE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 38 222 -
CMYK 0.24 0.83 0 0.13
HSL 282.39º 0.74% 0.51% -
HSV(B) 282.39º 0.83% 0.87% -
XYZ 30.03 14.98 70.42 -
YUV 97.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 168 38 222 0.24 0.83 0 0.13 282.39 0.74 0.51
Hex A8 26 DE 18 53 0 D 11A 4A 33
Octal 250 46 336 30 123 0 15 432 112 63
Binary 10101000 100110 11011110 11000 1010011 0 1101 100011010 1001010 110011

Color Harmonies of #A826DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826DE

Black with #A826DE

Text Example


Text Example

White with #A826DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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