#A35092

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

Shades of Violet Blue #A35092

Tints of Violet Blue #A35092

Color information

#A35092 (or 0xA35092) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and 92. RGB value is (163,80,146). Sum of RGB (Red+Green+Blue) = 163+80+146=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A35092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35092 is #5CAF6D. Grayscale: #707070. Windows color (decimal): -6074222 or 9588899. OLE color: 9588899.

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

Color convert

RGB16380146-
CMYK00.510.100.36
HSL312.29º34.16%47.65%-
HSV(B)312.29º50.92%63.92%-
XYZ23.1615.628.98-
YUV112.34147164.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=41.90%
G=20.57%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638014600.510.100.36312.2934.1647.65
HexA35092033A241382230
Octal24312022206312444704260
Binary1010001110100001001001001100111010100100100111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35092; }

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

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

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

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

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

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

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

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