Html Css Color HEX #A62ACC Dark Orchid

📋 copy color: '#A62ACC'

red 166 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #A62ACC

Tints of Dark Orchid #A62ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.19%

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

R = 40.29%
G = 10.19%
B = 49.51%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A62ACC (or 0xA62ACC) is known color: Dark Orchid. HEX triplet: A6, 2A and CC. RGB value is (166,42,204). Sum of RGB (Red+Green+Blue) = 166+42+204=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A62ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ACC is #59D533. Grayscale: #616161. Windows color (decimal): -5887284 or 13380262. OLE color: 13380262.

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

Color convert

RGB 166 42 204 -
CMYK 0.19 0.79 0 0.2
HSL 285.93º 0.66% 0.48% -
HSV(B) 285.93º 0.79% 0.8% -
XYZ 27.45 14.12 58.41 -
YUV 97.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 166 42 204 0.19 0.79 0 0.2 285.93 0.66 0.48
Hex A6 2A CC 13 4F 0 14 11E 42 30
Octal 246 52 314 23 117 0 24 436 102 60
Binary 10100110 101010 11001100 10011 1001111 0 10100 100011110 1000010 110000

Color Harmonies of #A62ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ACC

Black with #A62ACC

Text Example


Text Example

White with #A62ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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