#AF33B8

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

Shades of Dark Orchid #AF33B8

Tints of Dark Orchid #AF33B8

Color information

#AF33B8 (or 0xAF33B8) is unknown color: approx Dark Orchid. HEX triplet: AF, 33 and B8. RGB value is (175,51,184). Sum of RGB (Red+Green+Blue) = 175+51+184=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF33B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33B8 is #50CC47. Grayscale: #666666. Windows color (decimal): -5295176 or 12071855. OLE color: 12071855.

HSL color Cylindrical-coordinate representation of color #AF33B8: hue angle of 295.94º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF33B8 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17551184-
CMYK0.050.7200.28
HSL295.94º56.6%46.08%-
HSV(B)295.94º72.28%72.16%-
XYZ27.5114.9446.78-
YUV103.24173.58179.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 184 (72.27% from 255) = 44.88%
R=42.68%
G=12.44%
B=44.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175511840.050.7200.28295.9456.646.08
HexAF33B854801C128392e
Octal2576327051100344507156
Binary10101111110011101110001011001000011100100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33B8; }

 p { color: rgb(175,51,184); }

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

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

 a { background-color: rgb(175,51,184); }

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

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

 span { border-color: rgb(175,51,184); }

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