Html Css Color HEX #A01BDB Dark Orchid

📋 copy color: '#A01BDB'

red 160 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #A01BDB

Tints of Dark Orchid #A01BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.65%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 39.41%
G = 6.65%
B = 53.94%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A01BDB (or 0xA01BDB) is known color: Dark Orchid. HEX triplet: A0, 1B and DB. RGB value is (160,27,219). Sum of RGB (Red+Green+Blue) = 160+27+219=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #A01BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BDB is #5FE424. Grayscale: #585858. Windows color (decimal): -6284325 or 14359456. OLE color: 14359456.

HSL color Cylindrical-coordinate representation of color #A01BDB: hue angle of 281.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01BDB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 27 219 -
CMYK 0.27 0.88 0 0.14
HSL 281.56º 0.78% 0.48% -
HSV(B) 281.56º 0.88% 0.86% -
XYZ 27.68 13.37 68.14 -
YUV 88.66 201.56 178.89 -
System Red Green Blue C M Y K H S L
Decimal 160 27 219 0.27 0.88 0 0.14 281.56 0.78 0.48
Hex A0 1B DB 1B 58 0 E 11A 4E 30
Octal 240 33 333 33 130 0 16 432 116 60
Binary 10100000 11011 11011011 11011 1011000 0 1110 100011010 1001110 110000

Color Harmonies of #A01BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BDB

Black with #A01BDB

Text Example


Text Example

White with #A01BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01BDB; }

 p { color: rgb(160,27,219); }

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

background-color css

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

 a { background-color: rgb(160,27,219); }

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

border-color css

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

 span { border-color: rgb(160,27,219); }

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