Html Css Color HEX #A62CAA Dark Orchid

📋 copy color: '#A62CAA'

red 166 ◦ green 44 ◦ blue 170

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

Shades of Dark Orchid #A62CAA

Tints of Dark Orchid #A62CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 43.68%
G = 11.58%
B = 44.74%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A62CAA (or 0xA62CAA) is known color: Dark Orchid. HEX triplet: A6, 2C and AA. RGB value is (166,44,170). Sum of RGB (Red+Green+Blue) = 166+44+170=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #A62CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CAA is #59D355. Grayscale: #5E5E5E. Windows color (decimal): -5886806 or 11152550. OLE color: 11152550.

HSL color Cylindrical-coordinate representation of color #A62CAA: hue angle of 298.1º 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 #A62CAA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 44 170 -
CMYK 0.02 0.74 0 0.33
HSL 298.1º 0.59% 0.42% -
HSV(B) 298.1º 0.74% 0.67% -
XYZ 23.88 12.81 39.24 -
YUV 94.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 166 44 170 0.02 0.74 0 0.33 298.1 0.59 0.42
Hex A6 2C AA 2 4A 0 21 12A 3B 2A
Octal 246 54 252 2 112 0 41 452 73 52
Binary 10100110 101100 10101010 10 1001010 0 100001 100101010 111011 101010

Color Harmonies of #A62CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CAA

Black with #A62CAA

Text Example


Text Example

White with #A62CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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