#AF629C

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

Shades of Violet Blue #AF629C

Tints of Violet Blue #AF629C

Color information

#AF629C (or 0xAF629C) is unknown color: approx Violet Blue. HEX triplet: AF, 62 and 9C. RGB value is (175,98,156). Sum of RGB (Red+Green+Blue) = 175+98+156=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF629C is #509D63. Grayscale: #7F7F7F. Windows color (decimal): -5283172 or 10248879. OLE color: 10248879.

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

Color convert

RGB17598156-
CMYK00.440.110.31
HSL314.81º32.49%53.53%-
HSV(B)314.81º44%68.63%-
XYZ28.0520.2533.88-
YUV127.64144.01161.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=40.79%
G=22.84%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759815600.440.110.31314.8132.4953.53
HexAF629C02CB1F13b2036
Octal25714223405413374734066
Binary101011111100010100111000101100101111111100111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF629C; }

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

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

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

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

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

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

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

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