#A835EC

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

Shades of Blue Violet #A835EC

Tints of Blue Violet #A835EC

Color information

#A835EC (or 0xA835EC) is unknown color: approx Blue Violet. HEX triplet: A8, 35 and EC. RGB value is (168,53,236). Sum of RGB (Red+Green+Blue) = 168+53+236=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #A835EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835EC is #57CA13. Grayscale: #6B6B6B. Windows color (decimal): -5753364 or 15480232. OLE color: 15480232.

HSL color Cylindrical-coordinate representation of color #A835EC: hue angle of 277.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A835EC is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16853236-
CMYK0.290.7800.07
HSL277.7º82.81%56.67%-
HSV(B)277.7º77.54%92.55%-
XYZ32.5616.9380.91-
YUV108.25200.1170.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 53 (21.09% from 255) = 11.60%
BLUE value IS 236 (92.58% from 255) = 51.64%
R=36.76%
G=11.60%
B=51.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168532360.290.7800.07277.782.8156.67
HexA835EC1D4E071165339
Octal25065354351160742612371
Binary101010001101011110110011101100111001111000101101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A835EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A835EC; }

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

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

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

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

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

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

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

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