Html Css Color HEX #AB2BDB Dark Orchid

📋 copy color: '#AB2BDB'

red 171 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #AB2BDB

Tints of Dark Orchid #AB2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.93%

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

R = 39.49%
G = 9.93%
B = 50.58%

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

#AB2BDB (or 0xAB2BDB) is known color: Dark Orchid. HEX triplet: AB, 2B and DB. RGB value is (171,43,219). Sum of RGB (Red+Green+Blue) = 171+43+219=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB2BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BDB is #54D424. Grayscale: #646464. Windows color (decimal): -5559333 or 14363563. OLE color: 14363563.

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

Color convert

RGB 171 43 219 -
CMYK 0.22 0.80 0 0.14
HSL 283.64º 0.71% 0.51% -
HSV(B) 283.64º 0.8% 0.86% -
XYZ 30.44 15.5 68.41 -
YUV 101.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 171 43 219 0.22 0.80 0 0.14 283.64 0.71 0.51
Hex AB 2B DB 16 50 0 E 11C 47 33
Octal 253 53 333 26 120 0 16 434 107 63
Binary 10101011 101011 11011011 10110 1010000 0 1110 100011100 1000111 110011

Color Harmonies of #AB2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BDB

Black with #AB2BDB

Text Example


Text Example

White with #AB2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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