#AF33E4

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

Shades of Dark Orchid #AF33E4

Tints of Dark Orchid #AF33E4

Color information

#AF33E4 (or 0xAF33E4) is unknown color: approx Dark Orchid. HEX triplet: AF, 33 and E4. RGB value is (175,51,228). Sum of RGB (Red+Green+Blue) = 175+51+228=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33E4 is #50CC1B. Grayscale: #6B6B6B. Windows color (decimal): -5295132 or 14955439. OLE color: 14955439.

HSL color Cylindrical-coordinate representation of color #AF33E4: hue angle of 282.03º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF33E4 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17551228-
CMYK0.230.7800.11
HSL282.03º76.62%54.71%-
HSV(B)282.03º77.63%89.41%-
XYZ32.8717.0874.96-
YUV108.25195.58175.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 228 (89.45% from 255) = 50.22%
R=38.55%
G=11.23%
B=50.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175512280.230.7800.11282.0376.6254.71
HexAF33E4174E0B11a4d37
Octal257633442711601343211567
Binary1010111111001111100100101111001110010111000110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33E4; }

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

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

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

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

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

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

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

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