Html Css Color HEX #AB2CDB Dark Orchid

📋 copy color: '#AB2CDB'

red 171 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #AB2CDB

Tints of Dark Orchid #AB2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.14%

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

R = 39.4%
G = 10.14%
B = 50.46%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB2CDB (or 0xAB2CDB) is known color: Dark Orchid. HEX triplet: AB, 2C and DB. RGB value is (171,44,219). Sum of RGB (Red+Green+Blue) = 171+44+219=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB2CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CDB is #54D324. Grayscale: #656565. Windows color (decimal): -5559077 or 14363819. OLE color: 14363819.

HSL color Cylindrical-coordinate representation of color #AB2CDB: hue angle of 283.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2CDB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 44 219 -
CMYK 0.22 0.80 0 0.14
HSL 283.54º 0.71% 0.52% -
HSV(B) 283.54º 0.8% 0.86% -
XYZ 30.48 15.57 68.42 -
YUV 101.92 194.08 177.27 -
System Red Green Blue C M Y K H S L
Decimal 171 44 219 0.22 0.80 0 0.14 283.54 0.71 0.52
Hex AB 2C DB 16 50 0 E 11C 47 34
Octal 253 54 333 26 120 0 16 434 107 64
Binary 10101011 101100 11011011 10110 1010000 0 1110 100011100 1000111 110100

Color Harmonies of #AB2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CDB

Black with #AB2CDB

Text Example


Text Example

White with #AB2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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