Html Css Color HEX #AB1BDB Dark Orchid

📋 copy color: '#AB1BDB'

red 171 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #AB1BDB

Tints of Dark Orchid #AB1BDB

RGB

 RED value IS 171 (67.19% from 255) = 41.01%

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

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

R = 41.01%
G = 6.47%
B = 52.52%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB1BDB (or 0xAB1BDB) is known color: Dark Orchid. HEX triplet: AB, 1B and DB. RGB value is (171,27,219). Sum of RGB (Red+Green+Blue) = 171+27+219=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BDB is #54E424. Grayscale: #5B5B5B. Windows color (decimal): -5563429 or 14359467. OLE color: 14359467.

HSL color Cylindrical-coordinate representation of color #AB1BDB: hue angle of 285º 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 #AB1BDB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 27 219 -
CMYK 0.22 0.88 0 0.14
HSL 285º 0.78% 0.48% -
HSV(B) 285º 0.88% 0.86% -
XYZ 29.97 14.56 68.25 -
YUV 91.94 199.71 184.39 -
System Red Green Blue C M Y K H S L
Decimal 171 27 219 0.22 0.88 0 0.14 285 0.78 0.48
Hex AB 1B DB 16 58 0 E 11D 4E 30
Octal 253 33 333 26 130 0 16 435 116 60
Binary 10101011 11011 11011011 10110 1011000 0 1110 100011101 1001110 110000

Color Harmonies of #AB1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BDB

Black with #AB1BDB

Text Example


Text Example

White with #AB1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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