Html Css Color HEX #AA33FF Blue Violet

📋 copy color: '#AA33FF'

red 170 ◦ green 51 ◦ blue 255

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

Shades of Blue Violet #AA33FF

Tints of Blue Violet #AA33FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 35.71%
G = 10.71%
B = 53.57%

CMYK

 C value IS 0.33

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA33FF (or 0xAA33FF) is known color: Blue Violet. HEX triplet: AA, 33 and FF. RGB value is (170,51,255). Sum of RGB (Red+Green+Blue) = 170+51+255=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA33FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33FF is #55CC00. Grayscale: #6D6D6D. Windows color (decimal): -5622785 or 16724906. OLE color: 16724906.

HSL color Cylindrical-coordinate representation of color #AA33FF: hue angle of 275º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA33FF is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 51 255 -
CMYK 0.33 0.8 0 0
HSL 275º 1% 0.6% -
HSV(B) 275º 0.8% 1% -
XYZ 35.81 18.13 96.22 -
YUV 109.84 209.92 170.91 -
System Red Green Blue C M Y K H S L
Decimal 170 51 255 0.33 0.8 0 0 275 1 0.6
Hex AA 33 FF 21 50 0 0 113 64 3C
Octal 252 63 377 41 120 0 0 423 144 74
Binary 10101010 110011 11111111 100001 1010000 0 0 100010011 1100100 111100

Color Harmonies of #AA33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33FF

Black with #AA33FF

Text Example


Text Example

White with #AA33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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