Html Css Color HEX #AB32DB Dark Orchid

📋 copy color: '#AB32DB'

red 171 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #AB32DB

Tints of Dark Orchid #AB32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.36%

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

R = 38.86%
G = 11.36%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB32DB (or 0xAB32DB) is known color: Dark Orchid. HEX triplet: AB, 32 and DB. RGB value is (171,50,219). Sum of RGB (Red+Green+Blue) = 171+50+219=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32DB is #54CD24. Grayscale: #686868. Windows color (decimal): -5557541 or 14365355. OLE color: 14365355.

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

Color convert

RGB 171 50 219 -
CMYK 0.22 0.77 0 0.14
HSL 282.96º 0.7% 0.53% -
HSV(B) 282.96º 0.77% 0.86% -
XYZ 30.72 16.05 68.5 -
YUV 105.45 192.09 174.76 -
System Red Green Blue C M Y K H S L
Decimal 171 50 219 0.22 0.77 0 0.14 282.96 0.7 0.53
Hex AB 32 DB 16 4D 0 E 11B 46 35
Octal 253 62 333 26 115 0 16 433 106 65
Binary 10101011 110010 11011011 10110 1001101 0 1110 100011011 1000110 110101

Color Harmonies of #AB32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32DB

Black with #AB32DB

Text Example


Text Example

White with #AB32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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