#AF03E2

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

Shades of Dark Violet #AF03E2

Tints of Dark Violet #AF03E2

Color information

#AF03E2 (or 0xAF03E2) is unknown color: approx Dark Violet. HEX triplet: AF, 03 and E2. RGB value is (175,3,226). Sum of RGB (Red+Green+Blue) = 175+3+226=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 226 (88.67% from 255 or 55.94% from 404); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF03E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03E2 is #50FC1D. Grayscale: #4F4F4F. Windows color (decimal): -5307422 or 14812079. OLE color: 14812079.

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

Color convert

RGB1753226-
CMYK0.230.9900.11
HSL286.28º97.38%44.9%-
HSV(B)286.28º98.67%88.63%-
XYZ31.4414.6773.13-
YUV79.85210.48195.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 3 (1.56% from 255) = 0.74%
BLUE value IS 226 (88.67% from 255) = 55.94%
R=43.32%
G=0.74%
B=55.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17532260.230.9900.11286.2897.3844.9
HexAF3E217630B11e612d
Octal25733422714301343614155
Binary101011111111100010101111100011010111000111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03E2; }

 p { color: rgb(175,3,226); }

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

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

 a { background-color: rgb(175,3,226); }

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

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

 span { border-color: rgb(175,3,226); }

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