Html Css Color HEX #AB16BF Dark Orchid

📋 copy color: '#AB16BF'

red 171 ◦ green 22 ◦ blue 191

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

Shades of Dark Orchid #AB16BF

Tints of Dark Orchid #AB16BF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 44.53%
G = 5.73%
B = 49.74%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB16BF (or 0xAB16BF) is known color: Dark Orchid. HEX triplet: AB, 16 and BF. RGB value is (171,22,191). Sum of RGB (Red+Green+Blue) = 171+22+191=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB16BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16BF is #54E940. Grayscale: #555555. Windows color (decimal): -5564737 or 12523179. OLE color: 12523179.

HSL color Cylindrical-coordinate representation of color #AB16BF: hue angle of 292.9º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB16BF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 22 191 -
CMYK 0.10 0.88 0 0.25
HSL 292.9º 0.79% 0.42% -
HSV(B) 292.9º 0.88% 0.75% -
XYZ 26.49 12.99 50.4 -
YUV 85.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 171 22 191 0.10 0.88 0 0.25 292.9 0.79 0.42
Hex AB 16 BF A 58 0 19 125 4F 2A
Octal 253 26 277 12 130 0 31 445 117 52
Binary 10101011 10110 10111111 1010 1011000 0 11001 100100101 1001111 101010

Color Harmonies of #AB16BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16BF

Black with #AB16BF

Text Example


Text Example

White with #AB16BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16BF; }

 p { color: rgb(171,22,191); }

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

background-color css

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

 a { background-color: rgb(171,22,191); }

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

border-color css

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

 span { border-color: rgb(171,22,191); }

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