#AF5CA4

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

Shades of Violet Blue #AF5CA4

Tints of Violet Blue #AF5CA4

Color information

#AF5CA4 (or 0xAF5CA4) is unknown color: approx Violet Blue. HEX triplet: AF, 5C and A4. RGB value is (175,92,164). Sum of RGB (Red+Green+Blue) = 175+92+164=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5CA4 is #50A35B. Grayscale: #7C7C7C. Windows color (decimal): -5284700 or 10771631. OLE color: 10771631.

HSL color Cylindrical-coordinate representation of color #AF5CA4: hue angle of 307.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5CA4 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17592164-
CMYK00.470.060.31
HSL307.95º34.16%52.35%-
HSV(B)307.95º47.43%68.63%-
XYZ28.2119.4537.39-
YUV125.02150163.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=40.60%
G=21.35%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759216400.470.060.31307.9534.1652.35
HexAF5CA402F61F1342234
Octal2571342440576374644264
Binary10101111101110010100100010111111011111100110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5CA4; }

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

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

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

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

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

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

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

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