Html Css Color HEX #AB16B7 Dark Orchid

📋 copy color: '#AB16B7'

red 171 ◦ green 22 ◦ blue 183

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

Shades of Dark Orchid #AB16B7

Tints of Dark Orchid #AB16B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.67%

R = 45.48%
G = 5.85%
B = 48.67%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB16B7 (or 0xAB16B7) is known color: Dark Orchid. HEX triplet: AB, 16 and B7. RGB value is (171,22,183). Sum of RGB (Red+Green+Blue) = 171+22+183=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB16B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16B7 is #54E948. Grayscale: #545454. Windows color (decimal): -5564745 or 11998891. OLE color: 11998891.

HSL color Cylindrical-coordinate representation of color #AB16B7: hue angle of 295.53º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB16B7 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 22 183 -
CMYK 0.07 0.88 0 0.28
HSL 295.53º 0.79% 0.4% -
HSV(B) 295.53º 0.88% 0.72% -
XYZ 25.63 12.65 45.89 -
YUV 84.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 171 22 183 0.07 0.88 0 0.28 295.53 0.79 0.4
Hex AB 16 B7 7 58 0 1C 128 4F 28
Octal 253 26 267 7 130 0 34 450 117 50
Binary 10101011 10110 10110111 111 1011000 0 11100 100101000 1001111 101000

Color Harmonies of #AB16B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16B7

Black with #AB16B7

Text Example


Text Example

White with #AB16B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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