Html Css Color HEX #AB1AD9 Dark Orchid

📋 copy color: '#AB1AD9'

red 171 ◦ green 26 ◦ blue 217

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

Shades of Dark Orchid #AB1AD9

Tints of Dark Orchid #AB1AD9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.28%

 BLUE value IS 217 (85.16% from 255) = 52.42%

R = 41.3%
G = 6.28%
B = 52.42%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB1AD9 (or 0xAB1AD9) is known color: Dark Orchid. HEX triplet: AB, 1A and D9. RGB value is (171,26,217). Sum of RGB (Red+Green+Blue) = 171+26+217=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB1AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1AD9 is #54E526. Grayscale: #5A5A5A. Windows color (decimal): -5563687 or 14228139. OLE color: 14228139.

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

Color convert

RGB 171 26 217 -
CMYK 0.21 0.88 0 0.15
HSL 285.55º 0.79% 0.48% -
HSV(B) 285.55º 0.88% 0.85% -
XYZ 29.69 14.41 66.86 -
YUV 91.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 171 26 217 0.21 0.88 0 0.15 285.55 0.79 0.48
Hex AB 1A D9 15 58 0 F 11E 4F 30
Octal 253 32 331 25 130 0 17 436 117 60
Binary 10101011 11010 11011001 10101 1011000 0 1111 100011110 1001111 110000

Color Harmonies of #AB1AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AD9

Black with #AB1AD9

Text Example


Text Example

White with #AB1AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AD9; }

 p { color: rgb(171,26,217); }

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

background-color css

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

 a { background-color: rgb(171,26,217); }

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

border-color css

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

 span { border-color: rgb(171,26,217); }

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