Html Css Color HEX #AB19DB Dark Orchid

📋 copy color: '#AB19DB'

red 171 ◦ green 25 ◦ blue 219

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

Shades of Dark Orchid #AB19DB

Tints of Dark Orchid #AB19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.02%

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

R = 41.2%
G = 6.02%
B = 52.77%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB19DB (or 0xAB19DB) is known color: Dark Orchid. HEX triplet: AB, 19 and DB. RGB value is (171,25,219). Sum of RGB (Red+Green+Blue) = 171+25+219=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19DB is #54E624. Grayscale: #5A5A5A. Windows color (decimal): -5563941 or 14358955. OLE color: 14358955.

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

Color convert

RGB 171 25 219 -
CMYK 0.22 0.89 0 0.14
HSL 285.15º 0.8% 0.48% -
HSV(B) 285.15º 0.89% 0.86% -
XYZ 29.93 14.47 68.23 -
YUV 90.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 171 25 219 0.22 0.89 0 0.14 285.15 0.8 0.48
Hex AB 19 DB 16 59 0 E 11D 50 30
Octal 253 31 333 26 131 0 16 435 120 60
Binary 10101011 11001 11011011 10110 1011001 0 1110 100011101 1010000 110000

Color Harmonies of #AB19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19DB

Black with #AB19DB

Text Example


Text Example

White with #AB19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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