Html Css Color HEX #AB16BD Dark Orchid

📋 copy color: '#AB16BD'

red 171 ◦ green 22 ◦ blue 189

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

Shades of Dark Orchid #AB16BD

Tints of Dark Orchid #AB16BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 44.76%
G = 5.76%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB16BD (or 0xAB16BD) is known color: Dark Orchid. HEX triplet: AB, 16 and BD. RGB value is (171,22,189). Sum of RGB (Red+Green+Blue) = 171+22+189=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB16BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16BD is #54E942. Grayscale: #555555. Windows color (decimal): -5564739 or 12392107. OLE color: 12392107.

HSL color Cylindrical-coordinate representation of color #AB16BD: hue angle of 293.53º 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 #AB16BD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 22 189 -
CMYK 0.10 0.88 0 0.26
HSL 293.53º 0.79% 0.41% -
HSV(B) 293.53º 0.88% 0.74% -
XYZ 26.27 12.91 49.25 -
YUV 85.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 171 22 189 0.10 0.88 0 0.26 293.53 0.79 0.41
Hex AB 16 BD A 58 0 1A 126 4F 29
Octal 253 26 275 12 130 0 32 446 117 51
Binary 10101011 10110 10111101 1010 1011000 0 11010 100100110 1001111 101001

Color Harmonies of #AB16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16BD

Black with #AB16BD

Text Example


Text Example

White with #AB16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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