#AF629E

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

Shades of Violet Blue #AF629E

Tints of Violet Blue #AF629E

Color information

#AF629E (or 0xAF629E) is unknown color: approx Violet Blue. HEX triplet: AF, 62 and 9E. RGB value is (175,98,158). Sum of RGB (Red+Green+Blue) = 175+98+158=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF629E is #509D61. Grayscale: #7F7F7F. Windows color (decimal): -5283170 or 10379951. OLE color: 10379951.

HSL color Cylindrical-coordinate representation of color #AF629E: hue angle of 313.25º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF629E is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17598158-
CMYK00.440.100.31
HSL313.25º32.49%53.53%-
HSV(B)313.25º44%68.63%-
XYZ28.2220.3234.78-
YUV127.86145.01161.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=40.60%
G=22.74%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759815800.440.100.31313.2532.4953.53
HexAF629E02CA1F1392036
Octal25714223605412374714066
Binary101011111100010100111100101100101011111100111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF629E; }

 p { color: rgb(175,98,158); }

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

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

 a { background-color: rgb(175,98,158); }

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

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

 span { border-color: rgb(175,98,158); }

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