#A735EC

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

Shades of Blue Violet #A735EC

Tints of Blue Violet #A735EC

Color information

#A735EC (or 0xA735EC) is unknown color: approx Blue Violet. HEX triplet: A7, 35 and EC. RGB value is (167,53,236). Sum of RGB (Red+Green+Blue) = 167+53+236=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #A735EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A735EC is #58CA13. Grayscale: #6B6B6B. Windows color (decimal): -5818900 or 15480231. OLE color: 15480231.

HSL color Cylindrical-coordinate representation of color #A735EC: hue angle of 277.38º 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 #A735EC is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16753236-
CMYK0.290.7800.07
HSL277.38º82.81%56.67%-
HSV(B)277.38º77.54%92.55%-
XYZ32.3516.8280.9-
YUV107.95200.27170.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 53 (21.09% from 255) = 11.62%
BLUE value IS 236 (92.58% from 255) = 51.75%
R=36.62%
G=11.62%
B=51.75%

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
Decimal167532360.290.7800.07277.3882.8156.67
HexA735EC1D4E071155339
Octal24765354351160742512371
Binary101001111101011110110011101100111001111000101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A735EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A735EC; }

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

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

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

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

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

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

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

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