#A836AA

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

Shades of Violet Blue #A836AA

Tints of Violet Blue #A836AA

Color information

#A836AA (or 0xA836AA) is unknown color: approx Violet Blue. HEX triplet: A8, 36 and AA. RGB value is (168,54,170). Sum of RGB (Red+Green+Blue) = 168+54+170=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #A836AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AA is #57C955. Grayscale: #646464. Windows color (decimal): -5753174 or 11155112. OLE color: 11155112.

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

Color convert

RGB16854170-
CMYK0.010.6800.33
HSL298.97º51.79%43.92%-
HSV(B)298.97º68.24%66.67%-
XYZ24.7213.8739.4-
YUV101.31166.77175.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 13.78%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=42.86%
G=13.78%
B=43.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168541700.010.6800.33298.9751.7943.92
HexA836AA14402112b342c
Octal2506625211040414536454
Binary1010100011011010101010110001000100001100101011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A836AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A836AA; }

 p { color: rgb(168,54,170); }

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

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

 a { background-color: rgb(168,54,170); }

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

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

 span { border-color: rgb(168,54,170); }

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