Html Css Color HEX #A62DAD Dark Orchid

📋 copy color: '#A62DAD'

red 166 ◦ green 45 ◦ blue 173

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

Shades of Dark Orchid #A62DAD

Tints of Dark Orchid #A62DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 43.23%
G = 11.72%
B = 45.05%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A62DAD (or 0xA62DAD) is known color: Dark Orchid. HEX triplet: A6, 2D and AD. RGB value is (166,45,173). Sum of RGB (Red+Green+Blue) = 166+45+173=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #A62DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DAD is #59D252. Grayscale: #5F5F5F. Windows color (decimal): -5886547 or 11349414. OLE color: 11349414.

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

Color convert

RGB 166 45 173 -
CMYK 0.04 0.74 0 0.32
HSL 296.72º 0.59% 0.43% -
HSV(B) 296.72º 0.74% 0.68% -
XYZ 24.21 13 40.77 -
YUV 95.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 166 45 173 0.04 0.74 0 0.32 296.72 0.59 0.43
Hex A6 2D AD 4 4A 0 20 129 3B 2B
Octal 246 55 255 4 112 0 40 451 73 53
Binary 10100110 101101 10101101 100 1001010 0 100000 100101001 111011 101011

Color Harmonies of #A62DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62DAD

Black with #A62DAD

Text Example


Text Example

White with #A62DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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