#A935F6

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

Shades of Blue Violet #A935F6

Tints of Blue Violet #A935F6

Color information

#A935F6 (or 0xA935F6) is unknown color: approx Blue Violet. HEX triplet: A9, 35 and F6. RGB value is (169,53,246). Sum of RGB (Red+Green+Blue) = 169+53+246=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #A935F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935F6 is #56CA09. Grayscale: #6D6D6D. Windows color (decimal): -5687818 or 16135593. OLE color: 16135593.

HSL color Cylindrical-coordinate representation of color #A935F6: hue angle of 276.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A935F6 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16953246-
CMYK0.310.7800.04
HSL276.06º91.47%58.63%-
HSV(B)276.06º78.46%96.47%-
XYZ34.2717.6488.79-
YUV109.69204.93170.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 53 (21.09% from 255) = 11.32%
BLUE value IS 246 (96.48% from 255) = 52.56%
R=36.11%
G=11.32%
B=52.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal169532460.310.7800.04276.0691.4758.63
HexA935F61F4E041145b3b
Octal25165366371160442413373
Binary101010011101011111011011111100111001001000101001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935F6; }

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

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

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

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

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

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

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

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