#A735ED

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

Shades of Blue Violet #A735ED

Tints of Blue Violet #A735ED

Color information

#A735ED (or 0xA735ED) is unknown color: approx Blue Violet. HEX triplet: A7, 35 and ED. RGB value is (167,53,237). Sum of RGB (Red+Green+Blue) = 167+53+237=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #A735ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A735ED is #58CA12. Grayscale: #6B6B6B. Windows color (decimal): -5818899 or 15545767. OLE color: 15545767.

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

Color convert

RGB16753237-
CMYK0.300.7800.07
HSL277.17º83.64%56.86%-
HSV(B)277.17º77.64%92.94%-
XYZ32.516.8881.67-
YUV108.06200.77170.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 53 (21.09% from 255) = 11.60%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=36.54%
G=11.60%
B=51.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167532370.300.7800.07277.1783.6456.86
HexA735ED1E4E071155439
Octal24765355361160742512471
Binary101001111101011110110111110100111001111000101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A735ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A735ED; }

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

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

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

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

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

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

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

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