#A33AEE

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

Shades of Blue Violet #A33AEE

Tints of Blue Violet #A33AEE

Color information

#A33AEE (or 0xA33AEE) is unknown color: approx Blue Violet. HEX triplet: A3, 3A and EE. RGB value is (163,58,238). Sum of RGB (Red+Green+Blue) = 163+58+238=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #A33AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33AEE is #5CC511. Grayscale: #6D6D6D. Windows color (decimal): -6079762 or 15612579. OLE color: 15612579.

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

Color convert

RGB16358238-
CMYK0.320.7600.07
HSL275º84.11%58.04%-
HSV(B)275º75.63%93.33%-
XYZ32.0516.9982.48-
YUV109.92200.29165.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 58 (23.05% from 255) = 12.64%
BLUE value IS 238 (93.36% from 255) = 51.85%
R=35.51%
G=12.64%
B=51.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal163582380.320.7600.0727584.1158.04
HexA33AEE204C07113543a
Octal24372356401140742312472
Binary1010001111101011101110100000100110001111000100111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33AEE; }

 p { color: rgb(163,58,238); }

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

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

 a { background-color: rgb(163,58,238); }

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

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

 span { border-color: rgb(163,58,238); }

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