Html Css Color HEX #AB1CDB Dark Orchid

📋 copy color: '#AB1CDB'

red 171 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #AB1CDB

Tints of Dark Orchid #AB1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

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

R = 40.91%
G = 6.7%
B = 52.39%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB1CDB (or 0xAB1CDB) is known color: Dark Orchid. HEX triplet: AB, 1C and DB. RGB value is (171,28,219). Sum of RGB (Red+Green+Blue) = 171+28+219=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB1CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CDB is #54E324. Grayscale: #5B5B5B. Windows color (decimal): -5563173 or 14359723. OLE color: 14359723.

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

Color convert

RGB 171 28 219 -
CMYK 0.22 0.87 0 0.14
HSL 284.92º 0.77% 0.48% -
HSV(B) 284.92º 0.87% 0.86% -
XYZ 30 14.6 68.26 -
YUV 92.53 199.38 183.97 -
System Red Green Blue C M Y K H S L
Decimal 171 28 219 0.22 0.87 0 0.14 284.92 0.77 0.48
Hex AB 1C DB 16 57 0 E 11D 4D 30
Octal 253 34 333 26 127 0 16 435 115 60
Binary 10101011 11100 11011011 10110 1010111 0 1110 100011101 1001101 110000

Color Harmonies of #AB1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CDB

Black with #AB1CDB

Text Example


Text Example

White with #AB1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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