Html Css Color HEX #AB16BC Dark Orchid

📋 copy color: '#AB16BC'

red 171 ◦ green 22 ◦ blue 188

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

Shades of Dark Orchid #AB16BC

Tints of Dark Orchid #AB16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 44.88%
G = 5.77%
B = 49.34%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB16BC (or 0xAB16BC) is known color: Dark Orchid. HEX triplet: AB, 16 and BC. RGB value is (171,22,188). Sum of RGB (Red+Green+Blue) = 171+22+188=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16BC is #54E943. Grayscale: #545454. Windows color (decimal): -5564740 or 12326571. OLE color: 12326571.

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

Color convert

RGB 171 22 188 -
CMYK 0.09 0.88 0 0.26
HSL 293.86º 0.79% 0.41% -
HSV(B) 293.86º 0.88% 0.74% -
XYZ 26.16 12.86 48.68 -
YUV 85.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 171 22 188 0.09 0.88 0 0.26 293.86 0.79 0.41
Hex AB 16 BC 9 58 0 1A 126 4F 29
Octal 253 26 274 11 130 0 32 446 117 51
Binary 10101011 10110 10111100 1001 1011000 0 11010 100100110 1001111 101001

Color Harmonies of #AB16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16BC

Black with #AB16BC

Text Example


Text Example

White with #AB16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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