Html Css Color HEX #A62DAC Dark Orchid

📋 copy color: '#A62DAC'

red 166 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #A62DAC

Tints of Dark Orchid #A62DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

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

R = 43.34%
G = 11.75%
B = 44.91%

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

#A62DAC (or 0xA62DAC) is known color: Dark Orchid. HEX triplet: A6, 2D and AC. RGB value is (166,45,172). Sum of RGB (Red+Green+Blue) = 166+45+172=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A62DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DAC is #59D253. Grayscale: #5F5F5F. Windows color (decimal): -5886548 or 11283878. OLE color: 11283878.

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

Color convert

RGB 166 45 172 -
CMYK 0.03 0.74 0 0.33
HSL 297.17º 0.59% 0.43% -
HSV(B) 297.17º 0.74% 0.67% -
XYZ 24.11 12.96 40.26 -
YUV 95.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 166 45 172 0.03 0.74 0 0.33 297.17 0.59 0.43
Hex A6 2D AC 3 4A 0 21 129 3B 2B
Octal 246 55 254 3 112 0 41 451 73 53
Binary 10100110 101101 10101100 11 1001010 0 100001 100101001 111011 101011

Color Harmonies of #A62DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62DAC

Black with #A62DAC

Text Example


Text Example

White with #A62DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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