#A933ED

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

Shades of Blue Violet #A933ED

Tints of Blue Violet #A933ED

Color information

#A933ED (or 0xA933ED) is unknown color: approx Blue Violet. HEX triplet: A9, 33 and ED. RGB value is (169,51,237). Sum of RGB (Red+Green+Blue) = 169+51+237=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 51 (20.31% from 255 or 11.16% 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 #A933ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A933ED is #56CC12. Grayscale: #6A6A6A. Windows color (decimal): -5688339 or 15545257. OLE color: 15545257.

HSL color Cylindrical-coordinate representation of color #A933ED: hue angle of 278.06º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A933ED is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16951237-
CMYK0.290.7800.07
HSL278.06º83.78%56.47%-
HSV(B)278.06º78.48%92.94%-
XYZ32.8316.9281.66-
YUV107.49201.09171.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=36.98%
G=11.16%
B=51.86%

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
Decimal169512370.290.7800.07278.0683.7856.47
HexA933ED1D4E071165438
Octal25163355351160742612470
Binary101010011100111110110111101100111001111000101101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933ED; }

 p { color: rgb(169,51,237); }

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

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

 a { background-color: rgb(169,51,237); }

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

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

 span { border-color: rgb(169,51,237); }

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