#A033ED

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

Shades of Blue Violet #A033ED

Tints of Blue Violet #A033ED

Color information

#A033ED (or 0xA033ED) is unknown color: approx Blue Violet. HEX triplet: A0, 33 and ED. RGB value is (160,51,237). Sum of RGB (Red+Green+Blue) = 160+51+237=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #A033ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A033ED is #5FCC12. Grayscale: #686868. Windows color (decimal): -6278163 or 15545248. OLE color: 15545248.

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

Color convert

RGB16051237-
CMYK0.320.7800.07
HSL275.16º83.78%56.47%-
HSV(B)275.16º78.48%92.94%-
XYZ30.9715.9681.57-
YUV104.79202.61167.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 51 (20.31% from 255) = 11.38%
BLUE value IS 237 (92.97% from 255) = 52.90%
R=35.71%
G=11.38%
B=52.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160512370.320.7800.07275.1683.7856.47
HexA033ED204E071135438
Octal24063355401160742312470
Binary1010000011001111101101100000100111001111000100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A033ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A033ED; }

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

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

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

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

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

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

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

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