Html Css Color HEX #AB16BB Dark Orchid

📋 copy color: '#AB16BB'

red 171 ◦ green 22 ◦ blue 187

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

Shades of Dark Orchid #AB16BB

Tints of Dark Orchid #AB16BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 45%
G = 5.79%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB16BB (or 0xAB16BB) is known color: Dark Orchid. HEX triplet: AB, 16 and BB. RGB value is (171,22,187). Sum of RGB (Red+Green+Blue) = 171+22+187=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB16BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16BB is #54E944. Grayscale: #545454. Windows color (decimal): -5564741 or 12261035. OLE color: 12261035.

HSL color Cylindrical-coordinate representation of color #AB16BB: hue angle of 294.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB16BB is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 22 187 -
CMYK 0.09 0.88 0 0.27
HSL 294.18º 0.79% 0.41% -
HSV(B) 294.18º 0.88% 0.73% -
XYZ 26.05 12.82 48.12 -
YUV 85.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 171 22 187 0.09 0.88 0 0.27 294.18 0.79 0.41
Hex AB 16 BB 9 58 0 1B 126 4F 29
Octal 253 26 273 11 130 0 33 446 117 51
Binary 10101011 10110 10111011 1001 1011000 0 11011 100100110 1001111 101001

Color Harmonies of #AB16BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16BB

Black with #AB16BB

Text Example


Text Example

White with #AB16BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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