Html Css Color HEX #AA33F5 Blue Violet

📋 copy color: '#AA33F5'

red 170 ◦ green 51 ◦ blue 245

#AA33F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #AA33F5

Tints of Blue Violet #AA33F5

RGB

 RED value IS 170 (66.8% from 255) = 36.48%

 GREEN value IS 51 (20.31% from 255) = 10.94%

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 36.48%
G = 10.94%
B = 52.58%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA33F5 (or 0xAA33F5) is known color: Blue Violet. HEX triplet: AA, 33 and F5. RGB value is (170,51,245). Sum of RGB (Red+Green+Blue) = 170+51+245=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA33F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33F5 is #55CC0A. Grayscale: #6C6C6C. Windows color (decimal): -5622795 or 16069546. OLE color: 16069546.

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

Color convert

RGB 170 51 245 -
CMYK 0.31 0.79 0 0.04
HSL 276.8º 0.91% 0.58% -
HSV(B) 276.8º 0.79% 0.96% -
XYZ 34.24 17.51 87.96 -
YUV 108.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 170 51 245 0.31 0.79 0 0.04 276.8 0.91 0.58
Hex AA 33 F5 1F 4F 0 4 115 5B 3A
Octal 252 63 365 37 117 0 4 425 133 72
Binary 10101010 110011 11110101 11111 1001111 0 100 100010101 1011011 111010

Color Harmonies of #AA33F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33F5

Black with #AA33F5

Text Example


Text Example

White with #AA33F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33F5; }

 p { color: rgb(170,51,245); }

 H1.HeaderClassName
 {
   color: #AA33F5;
 }
 .AnyTagClassName
 {
   color: #AA33F5;
 }
</style>

background-color css

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

 a { background-color: rgb(170,51,245); }

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

border-color css

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

 span { border-color: rgb(170,51,245); }

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