#A535F2

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

Shades of Blue Violet #A535F2

Tints of Blue Violet #A535F2

Color information

#A535F2 (or 0xA535F2) is unknown color: approx Blue Violet. HEX triplet: A5, 35 and F2. RGB value is (165,53,242). Sum of RGB (Red+Green+Blue) = 165+53+242=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #A535F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A535F2 is #5ACA0D. Grayscale: #6B6B6B. Windows color (decimal): -5949966 or 15873445. OLE color: 15873445.

HSL color Cylindrical-coordinate representation of color #A535F2: hue angle of 275.56º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A535F2 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16553242-
CMYK0.320.7800.05
HSL275.56º87.91%57.84%-
HSV(B)275.56º78.1%94.9%-
XYZ32.8216.9685.55-
YUV108.03203.61168.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 53 (21.09% from 255) = 11.52%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=35.87%
G=11.52%
B=52.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165532420.320.7800.05275.5687.9157.84
HexA535F2204E05114583a
Octal24565362401160542413072
Binary1010010111010111110010100000100111001011000101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535F2; }

 p { color: rgb(165,53,242); }

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

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

 a { background-color: rgb(165,53,242); }

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

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

 span { border-color: rgb(165,53,242); }

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