#AF3EA4

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

Shades of Violet Blue #AF3EA4

Tints of Violet Blue #AF3EA4

Color information

#AF3EA4 (or 0xAF3EA4) is unknown color: approx Violet Blue. HEX triplet: AF, 3E and A4. RGB value is (175,62,164). Sum of RGB (Red+Green+Blue) = 175+62+164=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EA4 is #50C15B. Grayscale: #6B6B6B. Windows color (decimal): -5292380 or 10763951. OLE color: 10763951.

HSL color Cylindrical-coordinate representation of color #AF3EA4: hue angle of 305.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3EA4 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17562164-
CMYK00.650.060.31
HSL305.84º47.68%46.47%-
HSV(B)305.84º64.57%68.63%-
XYZ26.115.2436.69-
YUV107.42159.94176.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=43.64%
G=15.46%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756216400.650.060.31305.8447.6846.47
HexAF3EA404161F132302e
Octal2577624401016374626056
Binary10101111111110101001000100000111011111100110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EA4; }

 p { color: rgb(175,62,164); }

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

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

 a { background-color: rgb(175,62,164); }

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

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

 span { border-color: rgb(175,62,164); }

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