#AF4AA7

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

Shades of Violet Blue #AF4AA7

Tints of Violet Blue #AF4AA7

Color information

#AF4AA7 (or 0xAF4AA7) is unknown color: approx Violet Blue. HEX triplet: AF, 4A and A7. RGB value is (175,74,167). Sum of RGB (Red+Green+Blue) = 175+74+167=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA7 is #50B558. Grayscale: #727272. Windows color (decimal): -5289305 or 10963631. OLE color: 10963631.

HSL color Cylindrical-coordinate representation of color #AF4AA7: hue angle of 304.75º 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 #AF4AA7 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17574167-
CMYK00.580.050.31
HSL304.75º40.56%48.82%-
HSV(B)304.75º57.71%68.63%-
XYZ27.116.838.37-
YUV114.8157.46170.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 74 (29.30% from 255) = 17.79%
BLUE value IS 167 (65.62% from 255) = 40.14%
R=42.07%
G=17.79%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757416700.580.050.31304.7540.5648.82
HexAF4AA703A51F1312931
Octal2571122470725374615161
Binary10101111100101010100111011101010111111100110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AA7; }

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

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

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

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

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

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

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

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