#A935F1

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

Shades of Blue Violet #A935F1

Tints of Blue Violet #A935F1

Color information

#A935F1 (or 0xA935F1) is unknown color: approx Blue Violet. HEX triplet: A9, 35 and F1. RGB value is (169,53,241). Sum of RGB (Red+Green+Blue) = 169+53+241=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #A935F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935F1 is #56CA0E. Grayscale: #6C6C6C. Windows color (decimal): -5687823 or 15807913. OLE color: 15807913.

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

Color convert

RGB16953241-
CMYK0.300.7800.05
HSL277.02º87.04%57.65%-
HSV(B)277.02º78.01%94.51%-
XYZ33.5117.3384.8-
YUV109.12202.43170.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=36.50%
G=11.45%
B=52.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169532410.300.7800.05277.0287.0457.65
HexA935F11E4E05115573a
Octal25165361361160542512772
Binary101010011101011111000111110100111001011000101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935F1; }

 p { color: rgb(169,53,241); }

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

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

 a { background-color: rgb(169,53,241); }

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

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

 span { border-color: rgb(169,53,241); }

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