Html Css Color HEX #A01DBF Dark Orchid

📋 copy color: '#A01DBF'

red 160 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #A01DBF

Tints of Dark Orchid #A01DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 42.11%
G = 7.63%
B = 50.26%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A01DBF (or 0xA01DBF) is known color: Dark Orchid. HEX triplet: A0, 1D and BF. RGB value is (160,29,191). Sum of RGB (Red+Green+Blue) = 160+29+191=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #A01DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DBF is #5FE240. Grayscale: #565656. Windows color (decimal): -6283841 or 12524960. OLE color: 12524960.

HSL color Cylindrical-coordinate representation of color #A01DBF: hue angle of 288.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01DBF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 29 191 -
CMYK 0.16 0.85 0 0.25
HSL 288.52º 0.74% 0.43% -
HSV(B) 288.52º 0.85% 0.75% -
XYZ 24.34 12.11 50.35 -
YUV 86.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 160 29 191 0.16 0.85 0 0.25 288.52 0.74 0.43
Hex A0 1D BF 10 55 0 19 121 4A 2B
Octal 240 35 277 20 125 0 31 441 112 53
Binary 10100000 11101 10111111 10000 1010101 0 11001 100100001 1001010 101011

Color Harmonies of #A01DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DBF

Black with #A01DBF

Text Example


Text Example

White with #A01DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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