#af3da4

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

Shades of Violet Blue #AF3DA4

Tints of Violet Blue #AF3DA4

Color information

#AF3DA4 (or 0xAF3DA4) is unknown color: approx Violet Blue. HEX triplet: AF, 3D and A4. RGB value is (175,61,164). Sum of RGB (Red+Green+Blue) = 175+61+164=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DA4 is #50C25B. Grayscale: #6A6A6A. Windows color (decimal): -5292636 or 10763695. OLE color: 10763695.

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

Color convert

RGB17561164-
CMYK00.650.060.31
HSL305.79º48.31%46.27%-
HSV(B)305.79º65.14%68.63%-
XYZ26.0515.1336.67-
YUV106.83160.27176.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 164 (64.45% from 255) = 41%
R=43.75%
G=15.25%
B=41%

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
Decimal1756116400.650.060.31305.7948.3146.27
HexAF3DA404161F132302e
Octal2577524401016374626056
Binary10101111111101101001000100000111011111100110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3da4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3da4; }

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

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

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

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

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

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

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

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