#AB25CC

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

Shades of Dark Orchid #AB25CC

Tints of Dark Orchid #AB25CC

Color information

#AB25CC (or 0xAB25CC) is unknown color: approx Dark Orchid. HEX triplet: AB, 25 and CC. RGB value is (171,37,204). Sum of RGB (Red+Green+Blue) = 171+37+204=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25CC is #54DA33. Grayscale: #5F5F5F. Windows color (decimal): -5560884 or 13378987. OLE color: 13378987.

HSL color Cylindrical-coordinate representation of color #AB25CC: hue angle of 288.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB25CC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17137204-
CMYK0.160.8200.2
HSL288.14º69.29%47.25%-
HSV(B)288.14º81.86%80%-
XYZ28.3614.3458.4-
YUV96.1188.89181.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 37 (14.84% from 255) = 8.98%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=41.50%
G=8.98%
B=49.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171372040.160.8200.2288.1469.2947.25
HexAB25CC1052014120452f
Octal253453142012202444010557
Binary10101011100101110011001000010100100101001001000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB25CC; }

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

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

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

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

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

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

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

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