#ab25b6

Color #AB25B6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AB25B6

Tints of Dark Orchid #AB25B6

Color information

#AB25B6 (or 0xAB25B6) is unknown color: approx Dark Orchid. HEX triplet: AB, 25 and B6. RGB value is (171,37,182). Sum of RGB (Red+Green+Blue) = 171+37+182=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB25B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25B6 is #54DA49. Grayscale: #5D5D5D. Windows color (decimal): -5560906 or 11937195. OLE color: 11937195.

HSL color Cylindrical-coordinate representation of color #AB25B6: hue angle of 295.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB25B6 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17137182-
CMYK0.060.8000.29
HSL295.45º66.21%42.94%-
HSV(B)295.45º79.67%71.37%-
XYZ25.913.3645.47-
YUV93.6177.89183.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 37 (14.84% from 255) = 9.49%
BLUE value IS 182 (71.48% from 255) = 46.67%
R=43.85%
G=9.49%
B=46.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171371820.060.8000.29295.4566.2142.94
HexAB25B665001D127422b
Octal25345266612003544710253
Binary101010111001011011011011010100000111011001001111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab25b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab25b6; }

 p { color: rgb(171,37,182); }

 H1.HeaderClassName
 {
   color: #ab25b6;
 }
 .AnyTagClassName
 {
   color: #ab25b6;
 }
</style>
background-color css

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

 a { background-color: rgb(171,37,182); }

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

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

 span { border-color: rgb(171,37,182); }

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