#A835AB

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

Shades of Violet Blue #A835AB

Tints of Violet Blue #A835AB

Color information

#A835AB (or 0xA835AB) is unknown color: approx Violet Blue. HEX triplet: A8, 35 and AB. RGB value is (168,53,171). Sum of RGB (Red+Green+Blue) = 168+53+171=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A835AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AB is #57CA54. Grayscale: #646464. Windows color (decimal): -5753429 or 11220392. OLE color: 11220392.

HSL color Cylindrical-coordinate representation of color #A835AB: hue angle of 298.47º degrees, saturation: 0.53, 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 #A835AB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16853171-
CMYK0.020.6900.33
HSL298.47º52.68%43.92%-
HSV(B)298.47º69.01%67.06%-
XYZ24.7713.8139.89-
YUV100.84167.6175.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=42.86%
G=13.52%
B=43.62%

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
Decimal168531710.020.6900.33298.4752.6843.92
HexA835AB24502112a352c
Octal2506525321050414526554
Binary10101000110101101010111010001010100001100101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A835AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A835AB; }

 p { color: rgb(168,53,171); }

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

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

 a { background-color: rgb(168,53,171); }

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

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

 span { border-color: rgb(168,53,171); }

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