#AF4BAA

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

Shades of Violet Blue #AF4BAA

Tints of Violet Blue #AF4BAA

Color information

#AF4BAA (or 0xAF4BAA) is unknown color: approx Violet Blue. HEX triplet: AF, 4B and AA. RGB value is (175,75,170). Sum of RGB (Red+Green+Blue) = 175+75+170=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4BAA is #50B455. Grayscale: #737373. Windows color (decimal): -5289046 or 11160495. OLE color: 11160495.

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

Color convert

RGB17575170-
CMYK00.570.030.31
HSL303º40%49.02%-
HSV(B)303º57.14%68.63%-
XYZ27.4517.0539.87-
YUV115.73158.63170.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=41.67%
G=17.86%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757517000.570.030.313034049.02
HexAF4BAA03931F12f2831
Octal2571132520713374575061
Binary1010111110010111010101001110011111111100101111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BAA; }

 p { color: rgb(175,75,170); }

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

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

 a { background-color: rgb(175,75,170); }

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

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

 span { border-color: rgb(175,75,170); }

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