#AB33C3

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

Shades of Dark Orchid #AB33C3

Tints of Dark Orchid #AB33C3

Color information

#AB33C3 (or 0xAB33C3) is unknown color: approx Dark Orchid. HEX triplet: AB, 33 and C3. RGB value is (171,51,195). Sum of RGB (Red+Green+Blue) = 171+51+195=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB33C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33C3 is #54CC3C. Grayscale: #666666. Windows color (decimal): -5557309 or 12792747. OLE color: 12792747.

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

Color convert

RGB17151195-
CMYK0.120.7400.24
HSL290º58.54%48.24%-
HSV(B)290º73.85%76.47%-
XYZ27.8314.9753.05-
YUV103.3179.76176.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 51 (20.31% from 255) = 12.23%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=41.01%
G=12.23%
B=46.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171511950.120.7400.2429058.5448.24
HexAB33C3C4A0181223b30
Octal25363303141120304427360
Binary101010111100111100001111001001010011000100100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33C3; }

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

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

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

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

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

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

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

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