#AF33BC

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

Shades of Dark Orchid #AF33BC

Tints of Dark Orchid #AF33BC

Color information

#AF33BC (or 0xAF33BC) is unknown color: approx Dark Orchid. HEX triplet: AF, 33 and BC. RGB value is (175,51,188). Sum of RGB (Red+Green+Blue) = 175+51+188=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33BC is #50CC43. Grayscale: #676767. Windows color (decimal): -5295172 or 12333999. OLE color: 12333999.

HSL color Cylindrical-coordinate representation of color #AF33BC: hue angle of 294.31º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF33BC is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17551188-
CMYK0.070.7300.26
HSL294.31º57.32%46.86%-
HSV(B)294.31º72.87%73.73%-
XYZ27.9415.1149.02-
YUV103.69175.58178.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=42.27%
G=12.32%
B=45.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175511880.070.7300.26294.3157.3246.86
HexAF33BC74901A126392f
Octal2576327471110324467157
Binary10101111110011101111001111001001011010100100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33BC; }

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

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

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

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

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

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

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

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