Html Css Color HEX #A62CAC Dark Orchid

📋 copy color: '#A62CAC'

red 166 ◦ green 44 ◦ blue 172

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

Shades of Dark Orchid #A62CAC

Tints of Dark Orchid #A62CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 43.46%
G = 11.52%
B = 45.03%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A62CAC (or 0xA62CAC) is known color: Dark Orchid. HEX triplet: A6, 2C and AC. RGB value is (166,44,172). Sum of RGB (Red+Green+Blue) = 166+44+172=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A62CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CAC is #59D353. Grayscale: #5E5E5E. Windows color (decimal): -5886804 or 11283622. OLE color: 11283622.

HSL color Cylindrical-coordinate representation of color #A62CAC: hue angle of 297.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62CAC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 44 172 -
CMYK 0.03 0.74 0 0.33
HSL 297.19º 0.59% 0.42% -
HSV(B) 297.19º 0.74% 0.67% -
XYZ 24.07 12.89 40.25 -
YUV 95.07 171.42 178.59 -
System Red Green Blue C M Y K H S L
Decimal 166 44 172 0.03 0.74 0 0.33 297.19 0.59 0.42
Hex A6 2C AC 3 4A 0 21 129 3B 2A
Octal 246 54 254 3 112 0 41 451 73 52
Binary 10100110 101100 10101100 11 1001010 0 100001 100101001 111011 101010

Color Harmonies of #A62CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CAC

Black with #A62CAC

Text Example


Text Example

White with #A62CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CAC; }

 p { color: rgb(166,44,172); }

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

background-color css

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

 a { background-color: rgb(166,44,172); }

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

border-color css

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

 span { border-color: rgb(166,44,172); }

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