Html Css Color HEX #AB16BE Dark Orchid

📋 copy color: '#AB16BE'

red 171 ◦ green 22 ◦ blue 190

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

Shades of Dark Orchid #AB16BE

Tints of Dark Orchid #AB16BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 44.65%
G = 5.74%
B = 49.61%

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

#AB16BE (or 0xAB16BE) is known color: Dark Orchid. HEX triplet: AB, 16 and BE. RGB value is (171,22,190). Sum of RGB (Red+Green+Blue) = 171+22+190=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16BE is #54E941. Grayscale: #555555. Windows color (decimal): -5564738 or 12457643. OLE color: 12457643.

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

Color convert

RGB 171 22 190 -
CMYK 0.10 0.88 0 0.25
HSL 293.21º 0.79% 0.42% -
HSV(B) 293.21º 0.88% 0.75% -
XYZ 26.38 12.95 49.82 -
YUV 85.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 171 22 190 0.10 0.88 0 0.25 293.21 0.79 0.42
Hex AB 16 BE A 58 0 19 125 4F 2A
Octal 253 26 276 12 130 0 31 445 117 52
Binary 10101011 10110 10111110 1010 1011000 0 11001 100100101 1001111 101010

Color Harmonies of #AB16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16BE

Black with #AB16BE

Text Example


Text Example

White with #AB16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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