#AB25C3

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

Shades of Dark Orchid #AB25C3

Tints of Dark Orchid #AB25C3

Color information

#AB25C3 (or 0xAB25C3) is unknown color: approx Dark Orchid. HEX triplet: AB, 25 and C3. RGB value is (171,37,195). Sum of RGB (Red+Green+Blue) = 171+37+195=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB25C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25C3 is #54DA3C. Grayscale: #5E5E5E. Windows color (decimal): -5560893 or 12789163. OLE color: 12789163.

HSL color Cylindrical-coordinate representation of color #AB25C3: hue angle of 290.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB25C3 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17137195-
CMYK0.120.8100.24
HSL290.89º68.1%45.49%-
HSV(B)290.89º81.03%76.47%-
XYZ27.3113.9252.88-
YUV95.08184.39182.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 37 (14.84% from 255) = 9.18%
BLUE value IS 195 (76.56% from 255) = 48.39%
R=42.43%
G=9.18%
B=48.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171371950.120.8100.24290.8968.145.49
HexAB25C3C51018123442d
Octal253453031412103044310455
Binary1010101110010111000011110010100010110001001000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB25C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB25C3; }

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

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

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

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

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

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

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

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