#AF619C

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

Shades of Violet Blue #AF619C

Tints of Violet Blue #AF619C

Color information

#AF619C (or 0xAF619C) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and 9C. RGB value is (175,97,156). Sum of RGB (Red+Green+Blue) = 175+97+156=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619C is #509E63. Grayscale: #7E7E7E. Windows color (decimal): -5283428 or 10248623. OLE color: 10248623.

HSL color Cylindrical-coordinate representation of color #AF619C: hue angle of 314.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF619C is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17597156-
CMYK00.450.110.31
HSL314.62º32.77%53.33%-
HSV(B)314.62º44.57%68.63%-
XYZ27.9520.0633.85-
YUV127.05144.34162.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=40.89%
G=22.66%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759715600.450.110.31314.6232.7753.33
HexAF619C02DB1F13b2135
Octal25714123405513374734165
Binary101011111100001100111000101101101111111100111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF619C; }

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

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

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

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

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

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

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

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