Html Css Color HEX #AB19DA Dark Orchid

📋 copy color: '#AB19DA'

red 171 ◦ green 25 ◦ blue 218

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

Shades of Dark Orchid #AB19DA

Tints of Dark Orchid #AB19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 41.3%
G = 6.04%
B = 52.66%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB19DA (or 0xAB19DA) is known color: Dark Orchid. HEX triplet: AB, 19 and DA. RGB value is (171,25,218). Sum of RGB (Red+Green+Blue) = 171+25+218=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB19DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19DA is #54E625. Grayscale: #5A5A5A. Windows color (decimal): -5563942 or 14293419. OLE color: 14293419.

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

Color convert

RGB 171 25 218 -
CMYK 0.22 0.89 0 0.15
HSL 285.39º 0.79% 0.48% -
HSV(B) 285.39º 0.89% 0.85% -
XYZ 29.8 14.42 67.54 -
YUV 90.66 199.87 185.31 -
System Red Green Blue C M Y K H S L
Decimal 171 25 218 0.22 0.89 0 0.15 285.39 0.79 0.48
Hex AB 19 DA 16 59 0 F 11D 4F 30
Octal 253 31 332 26 131 0 17 435 117 60
Binary 10101011 11001 11011010 10110 1011001 0 1111 100011101 1001111 110000

Color Harmonies of #AB19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19DA

Black with #AB19DA

Text Example


Text Example

White with #AB19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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