Html Css Color HEX #A01DBE Dark Orchid

📋 copy color: '#A01DBE'

red 160 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #A01DBE

Tints of Dark Orchid #A01DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 42.22%
G = 7.65%
B = 50.13%

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

#A01DBE (or 0xA01DBE) is known color: Dark Orchid. HEX triplet: A0, 1D and BE. RGB value is (160,29,190). Sum of RGB (Red+Green+Blue) = 160+29+190=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A01DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DBE is #5FE241. Grayscale: #565656. Windows color (decimal): -6283842 or 12459424. OLE color: 12459424.

HSL color Cylindrical-coordinate representation of color #A01DBE: hue angle of 288.82º 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 #A01DBE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 29 190 -
CMYK 0.16 0.85 0 0.25
HSL 288.82º 0.74% 0.43% -
HSV(B) 288.82º 0.85% 0.75% -
XYZ 24.23 12.07 49.77 -
YUV 86.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 160 29 190 0.16 0.85 0 0.25 288.82 0.74 0.43
Hex A0 1D BE 10 55 0 19 121 4A 2B
Octal 240 35 276 20 125 0 31 441 112 53
Binary 10100000 11101 10111110 10000 1010101 0 11001 100100001 1001010 101011

Color Harmonies of #A01DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DBE

Black with #A01DBE

Text Example


Text Example

White with #A01DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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