Html Css Color HEX #AB17BF Dark Orchid

📋 copy color: '#AB17BF'

red 171 ◦ green 23 ◦ blue 191

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

Shades of Dark Orchid #AB17BF

Tints of Dark Orchid #AB17BF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.97%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 44.42%
G = 5.97%
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

#AB17BF (or 0xAB17BF) is known color: Dark Orchid. HEX triplet: AB, 17 and BF. RGB value is (171,23,191). Sum of RGB (Red+Green+Blue) = 171+23+191=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB17BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17BF is #54E840. Grayscale: #555555. Windows color (decimal): -5564481 or 12523435. OLE color: 12523435.

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

Color convert

RGB 171 23 191 -
CMYK 0.10 0.88 0 0.25
HSL 292.86º 0.79% 0.42% -
HSV(B) 292.86º 0.88% 0.75% -
XYZ 26.5 13.03 50.41 -
YUV 86.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 171 23 191 0.10 0.88 0 0.25 292.86 0.79 0.42
Hex AB 17 BF A 58 0 19 125 4F 2A
Octal 253 27 277 12 130 0 31 445 117 52
Binary 10101011 10111 10111111 1010 1011000 0 11001 100100101 1001111 101010

Color Harmonies of #AB17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17BF

Black with #AB17BF

Text Example


Text Example

White with #AB17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17BF; }

 p { color: rgb(171,23,191); }

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

background-color css

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

 a { background-color: rgb(171,23,191); }

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

border-color css

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

 span { border-color: rgb(171,23,191); }

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