#A35CAD

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

Shades of Violet Blue #A35CAD

Tints of Violet Blue #A35CAD

Color information

#A35CAD (or 0xA35CAD) is unknown color: approx Violet Blue. HEX triplet: A3, 5C and AD. RGB value is (163,92,173). Sum of RGB (Red+Green+Blue) = 163+92+173=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A35CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35CAD is #5CA352. Grayscale: #7A7A7A. Windows color (decimal): -6071123 or 11361443. OLE color: 11361443.

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

Color convert

RGB16392173-
CMYK0.060.4700.32
HSL292.59º33.06%51.96%-
HSV(B)292.59º46.82%67.84%-
XYZ26.4718.4641.7-
YUV122.46156.52156.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=38.08%
G=21.50%
B=40.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163921730.060.4700.32292.5933.0651.96
HexA35CAD62F0201252134
Octal2431342556570404454164
Binary101000111011100101011011101011110100000100100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CAD; }

 p { color: rgb(163,92,173); }

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

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

 a { background-color: rgb(163,92,173); }

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

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

 span { border-color: rgb(163,92,173); }

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