Html Css Color HEX #A622CC Dark Orchid

📋 copy color: '#A622CC'

red 166 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #A622CC

Tints of Dark Orchid #A622CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 41.09%
G = 8.42%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A622CC (or 0xA622CC) is known color: Dark Orchid. HEX triplet: A6, 22 and CC. RGB value is (166,34,204). Sum of RGB (Red+Green+Blue) = 166+34+204=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #A622CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622CC is #59DD33. Grayscale: #5C5C5C. Windows color (decimal): -5889332 or 13378214. OLE color: 13378214.

HSL color Cylindrical-coordinate representation of color #A622CC: hue angle of 286.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A622CC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 34 204 -
CMYK 0.19 0.83 0 0.2
HSL 286.59º 0.71% 0.47% -
HSV(B) 286.59º 0.83% 0.8% -
XYZ 27.2 13.61 58.32 -
YUV 92.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 166 34 204 0.19 0.83 0 0.2 286.59 0.71 0.47
Hex A6 22 CC 13 53 0 14 11F 47 2F
Octal 246 42 314 23 123 0 24 437 107 57
Binary 10100110 100010 11001100 10011 1010011 0 10100 100011111 1000111 101111

Color Harmonies of #A622CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622CC

Black with #A622CC

Text Example


Text Example

White with #A622CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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