#A36F9A

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

Shades of Violet Blue #A36F9A

Tints of Violet Blue #A36F9A

Color information

#A36F9A (or 0xA36F9A) is unknown color: approx Violet Blue. HEX triplet: A3, 6F and 9A. RGB value is (163,111,154). Sum of RGB (Red+Green+Blue) = 163+111+154=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F9A is #5C9065. Grayscale: #838383. Windows color (decimal): -6066278 or 10121123. OLE color: 10121123.

HSL color Cylindrical-coordinate representation of color #A36F9A: hue angle of 310.38º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F9A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163111154-
CMYK00.320.060.36
HSL310.38º22.03%53.73%-
HSV(B)310.38º31.9%63.92%-
XYZ26.6221.4933.32-
YUV131.45140.73150.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 111 (43.75% from 255) = 25.93%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=38.08%
G=25.93%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311115400.320.060.36310.3822.0353.73
HexA36F9A0206241361636
Octal2431572320406444662666
Binary10100011110111110011010010000011010010010011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F9A; }

 p { color: rgb(163,111,154); }

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

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

 a { background-color: rgb(163,111,154); }

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

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

 span { border-color: rgb(163,111,154); }

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