Html Css Color HEX #A01DAB Dark Orchid

📋 copy color: '#A01DAB'

red 160 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #A01DAB

Tints of Dark Orchid #A01DAB

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 44.44%
G = 8.06%
B = 47.5%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A01DAB (or 0xA01DAB) is known color: Dark Orchid. HEX triplet: A0, 1D and AB. RGB value is (160,29,171). Sum of RGB (Red+Green+Blue) = 160+29+171=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #A01DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01DAB is #5FE254. Grayscale: #535353. Windows color (decimal): -6283861 or 11214240. OLE color: 11214240.

HSL color Cylindrical-coordinate representation of color #A01DAB: hue angle of 295.35º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01DAB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 29 171 -
CMYK 0.06 0.83 0 0.33
HSL 295.35º 0.71% 0.39% -
HSV(B) 295.35º 0.83% 0.67% -
XYZ 22.29 11.29 39.53 -
YUV 84.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 160 29 171 0.06 0.83 0 0.33 295.35 0.71 0.39
Hex A0 1D AB 6 53 0 21 127 47 27
Octal 240 35 253 6 123 0 41 447 107 47
Binary 10100000 11101 10101011 110 1010011 0 100001 100100111 1000111 100111

Color Harmonies of #A01DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DAB

Black with #A01DAB

Text Example


Text Example

White with #A01DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DAB; }

 p { color: rgb(160,29,171); }

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

background-color css

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

 a { background-color: rgb(160,29,171); }

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

border-color css

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

 span { border-color: rgb(160,29,171); }

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