#AF3DA7

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

Shades of Violet Blue #AF3DA7

Tints of Violet Blue #AF3DA7

Color information

#AF3DA7 (or 0xAF3DA7) is unknown color: approx Violet Blue. HEX triplet: AF, 3D and A7. RGB value is (175,61,167). Sum of RGB (Red+Green+Blue) = 175+61+167=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DA7 is #50C258. Grayscale: #6A6A6A. Windows color (decimal): -5292633 or 10960303. OLE color: 10960303.

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

Color convert

RGB17561167-
CMYK00.650.050.31
HSL304.21º48.31%46.27%-
HSV(B)304.21º65.14%68.63%-
XYZ26.3215.2438.11-
YUV107.17161.77176.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 167 (65.62% from 255) = 41.44%
R=43.42%
G=15.14%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756116700.650.050.31304.2148.3146.27
HexAF3DA704151F130302e
Octal2577524701015374606056
Binary10101111111101101001110100000110111111100110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DA7; }

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

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

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

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

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

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

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

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