#AF4AA3

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

Shades of Violet Blue #AF4AA3

Tints of Violet Blue #AF4AA3

Color information

#AF4AA3 (or 0xAF4AA3) is unknown color: approx Violet Blue. HEX triplet: AF, 4A and A3. RGB value is (175,74,163). Sum of RGB (Red+Green+Blue) = 175+74+163=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA3 is #50B55C. Grayscale: #727272. Windows color (decimal): -5289309 or 10701487. OLE color: 10701487.

HSL color Cylindrical-coordinate representation of color #AF4AA3: hue angle of 307.13º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4AA3 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17574163-
CMYK00.580.070.31
HSL307.13º40.56%48.82%-
HSV(B)307.13º57.71%68.63%-
XYZ26.7416.6636.46-
YUV114.34155.46171.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=42.48%
G=17.96%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757416300.580.070.31307.1340.5648.82
HexAF4AA303A71F1332931
Octal2571122430727374635161
Binary10101111100101010100011011101011111111100110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AA3; }

 p { color: rgb(175,74,163); }

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

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

 a { background-color: rgb(175,74,163); }

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

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

 span { border-color: rgb(175,74,163); }

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