Html Css Color HEX #A622DE Dark Orchid

📋 copy color: '#A622DE'

red 166 ◦ green 34 ◦ blue 222

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

Shades of Dark Orchid #A622DE

Tints of Dark Orchid #A622DE

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

 GREEN value IS 34 (13.67% from 255) = 8.06%

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

R = 39.34%
G = 8.06%
B = 52.61%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A622DE (or 0xA622DE) is known color: Dark Orchid. HEX triplet: A6, 22 and DE. RGB value is (166,34,222). Sum of RGB (Red+Green+Blue) = 166+34+222=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #A622DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622DE is #59DD21. Grayscale: #5E5E5E. Windows color (decimal): -5889314 or 14557862. OLE color: 14557862.

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

Color convert

RGB 166 34 222 -
CMYK 0.25 0.85 0 0.13
HSL 282.13º 0.74% 0.5% -
HSV(B) 282.13º 0.85% 0.87% -
XYZ 29.48 14.52 70.36 -
YUV 94.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 166 34 222 0.25 0.85 0 0.13 282.13 0.74 0.5
Hex A6 22 DE 19 55 0 D 11A 4A 32
Octal 246 42 336 31 125 0 15 432 112 62
Binary 10100110 100010 11011110 11001 1010101 0 1101 100011010 1001010 110010

Color Harmonies of #A622DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622DE

Black with #A622DE

Text Example


Text Example

White with #A622DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622DE; }

 p { color: rgb(166,34,222); }

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

background-color css

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

 a { background-color: rgb(166,34,222); }

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

border-color css

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

 span { border-color: rgb(166,34,222); }

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