Html Css Color HEX #AA30FE Blue Violet

📋 copy color: '#AA30FE'

red 170 ◦ green 48 ◦ blue 254

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

Shades of Blue Violet #AA30FE

Tints of Blue Violet #AA30FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.17%

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 36.02%
G = 10.17%
B = 53.81%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA30FE (or 0xAA30FE) is known color: Blue Violet. HEX triplet: AA, 30 and FE. RGB value is (170,48,254). Sum of RGB (Red+Green+Blue) = 170+48+254=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA30FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30FE is #55CF01. Grayscale: #6B6B6B. Windows color (decimal): -5623554 or 16658602. OLE color: 16658602.

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

Color convert

RGB 170 48 254 -
CMYK 0.33 0.81 0 0.00
HSL 275.53º 0.99% 0.59% -
HSV(B) 275.53º 0.81% 1% -
XYZ 35.52 17.82 95.33 -
YUV 107.96 210.42 172.25 -
System Red Green Blue C M Y K H S L
Decimal 170 48 254 0.33 0.81 0 0.00 275.53 0.99 0.59
Hex AA 30 FE 21 51 0 0 114 63 3B
Octal 252 60 376 41 121 0 0 424 143 73
Binary 10101010 110000 11111110 100001 1010001 0 0 100010100 1100011 111011

Color Harmonies of #AA30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30FE

Black with #AA30FE

Text Example


Text Example

White with #AA30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30FE; }

 p { color: rgb(170,48,254); }

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

background-color css

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

 a { background-color: rgb(170,48,254); }

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

border-color css

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

 span { border-color: rgb(170,48,254); }

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