Html Css Color HEX #AB39DB Dark Orchid

📋 copy color: '#AB39DB'

red 171 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #AB39DB

Tints of Dark Orchid #AB39DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.75%

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

R = 38.26%
G = 12.75%
B = 48.99%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB39DB (or 0xAB39DB) is known color: Dark Orchid. HEX triplet: AB, 39 and DB. RGB value is (171,57,219). Sum of RGB (Red+Green+Blue) = 171+57+219=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB39DB is #54C624. Grayscale: #6D6D6D. Windows color (decimal): -5555749 or 14367147. OLE color: 14367147.

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

Color convert

RGB 171 57 219 -
CMYK 0.22 0.74 0 0.14
HSL 282.22º 0.69% 0.54% -
HSV(B) 282.22º 0.74% 0.86% -
XYZ 31.04 16.7 68.6 -
YUV 109.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 171 57 219 0.22 0.74 0 0.14 282.22 0.69 0.54
Hex AB 39 DB 16 4A 0 E 11A 45 36
Octal 253 71 333 26 112 0 16 432 105 66
Binary 10101011 111001 11011011 10110 1001010 0 1110 100011010 1000101 110110

Color Harmonies of #AB39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB39DB

Black with #AB39DB

Text Example


Text Example

White with #AB39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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