Html Css Color HEX #A01DB6 Dark Orchid

📋 copy color: '#A01DB6'

red 160 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #A01DB6

Tints of Dark Orchid #A01DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.06%

R = 43.13%
G = 7.82%
B = 49.06%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A01DB6 (or 0xA01DB6) is known color: Dark Orchid. HEX triplet: A0, 1D and B6. RGB value is (160,29,182). Sum of RGB (Red+Green+Blue) = 160+29+182=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #A01DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DB6 is #5FE249. Grayscale: #555555. Windows color (decimal): -6283850 or 11935136. OLE color: 11935136.

HSL color Cylindrical-coordinate representation of color #A01DB6: hue angle of 291.37º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01DB6 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 29 182 -
CMYK 0.12 0.84 0 0.29
HSL 291.37º 0.73% 0.41% -
HSV(B) 291.37º 0.84% 0.71% -
XYZ 23.38 11.73 45.29 -
YUV 85.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 160 29 182 0.12 0.84 0 0.29 291.37 0.73 0.41
Hex A0 1D B6 C 54 0 1D 123 49 29
Octal 240 35 266 14 124 0 35 443 111 51
Binary 10100000 11101 10110110 1100 1010100 0 11101 100100011 1001001 101001

Color Harmonies of #A01DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DB6

Black with #A01DB6

Text Example


Text Example

White with #A01DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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