#A35392

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

Shades of Violet Blue #A35392

Tints of Violet Blue #A35392

Color information

#A35392 (or 0xA35392) is unknown color: approx Violet Blue. HEX triplet: A3, 53 and 92. RGB value is (163,83,146). Sum of RGB (Red+Green+Blue) = 163+83+146=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A35392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35392 is #5CAC6D. Grayscale: #717171. Windows color (decimal): -6073454 or 9589667. OLE color: 9589667.

HSL color Cylindrical-coordinate representation of color #A35392: hue angle of 312.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35392 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16383146-
CMYK00.490.100.36
HSL312.75º32.52%48.24%-
HSV(B)312.75º49.08%63.92%-
XYZ23.3916.0529.06-
YUV114.1146162.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=41.58%
G=21.17%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638314600.490.100.36312.7532.5248.24
HexA35392031A241392130
Octal24312322206112444714160
Binary1010001110100111001001001100011010100100100111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35392; }

 p { color: rgb(163,83,146); }

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

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

 a { background-color: rgb(163,83,146); }

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

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

 span { border-color: rgb(163,83,146); }

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