#A735AA

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

Shades of Violet Blue #A735AA

Tints of Violet Blue #A735AA

Color information

#A735AA (or 0xA735AA) is unknown color: approx Violet Blue. HEX triplet: A7, 35 and AA. RGB value is (167,53,170). Sum of RGB (Red+Green+Blue) = 167+53+170=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #A735AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A735AA is #58CA55. Grayscale: #646464. Windows color (decimal): -5818966 or 11154855. OLE color: 11154855.

HSL color Cylindrical-coordinate representation of color #A735AA: hue angle of 298.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A735AA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16753170-
CMYK0.020.6900.33
HSL298.46º52.47%43.73%-
HSV(B)298.46º68.82%66.67%-
XYZ24.4713.6639.38-
YUV100.42167.27175.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=42.82%
G=13.59%
B=43.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167531700.020.6900.33298.4652.4743.73
HexA735AA24502112a342c
Octal2476525221050414526454
Binary10100111110101101010101010001010100001100101010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A735AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A735AA; }

 p { color: rgb(167,53,170); }

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

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

 a { background-color: rgb(167,53,170); }

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

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

 span { border-color: rgb(167,53,170); }

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