Html Css Color HEX #AB17B7 Dark Orchid

📋 copy color: '#AB17B7'

red 171 ◦ green 23 ◦ blue 183

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

Shades of Dark Orchid #AB17B7

Tints of Dark Orchid #AB17B7

RGB

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

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

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

R = 45.36%
G = 6.1%
B = 48.54%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB17B7 (or 0xAB17B7) is known color: Dark Orchid. HEX triplet: AB, 17 and B7. RGB value is (171,23,183). Sum of RGB (Red+Green+Blue) = 171+23+183=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB17B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17B7 is #54E848. Grayscale: #545454. Windows color (decimal): -5564489 or 11999147. OLE color: 11999147.

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

Color convert

RGB 171 23 183 -
CMYK 0.07 0.87 0 0.28
HSL 295.5º 0.78% 0.4% -
HSV(B) 295.5º 0.87% 0.72% -
XYZ 25.65 12.69 45.9 -
YUV 85.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 171 23 183 0.07 0.87 0 0.28 295.5 0.78 0.4
Hex AB 17 B7 7 57 0 1C 128 4E 28
Octal 253 27 267 7 127 0 34 450 116 50
Binary 10101011 10111 10110111 111 1010111 0 11100 100101000 1001110 101000

Color Harmonies of #AB17B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17B7

Black with #AB17B7

Text Example


Text Example

White with #AB17B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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