Html Css Color HEX #AA30FB Blue Violet

📋 copy color: '#AA30FB'

red 170 ◦ green 48 ◦ blue 251

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

Shades of Blue Violet #AA30FB

Tints of Blue Violet #AA30FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 36.25%
G = 10.23%
B = 53.52%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA30FB (or 0xAA30FB) is known color: Blue Violet. HEX triplet: AA, 30 and FB. RGB value is (170,48,251). Sum of RGB (Red+Green+Blue) = 170+48+251=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30FB is #55CF04. Grayscale: #6A6A6A. Windows color (decimal): -5623557 or 16461994. OLE color: 16461994.

HSL color Cylindrical-coordinate representation of color #AA30FB: hue angle of 276.06º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA30FB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 48 251 -
CMYK 0.32 0.81 0 0.02
HSL 276.06º 0.96% 0.59% -
HSV(B) 276.06º 0.81% 0.98% -
XYZ 35.05 17.62 92.82 -
YUV 107.62 208.92 172.49 -
System Red Green Blue C M Y K H S L
Decimal 170 48 251 0.32 0.81 0 0.02 276.06 0.96 0.59
Hex AA 30 FB 20 51 0 2 114 60 3B
Octal 252 60 373 40 121 0 2 424 140 73
Binary 10101010 110000 11111011 100000 1010001 0 10 100010100 1100000 111011

Color Harmonies of #AA30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30FB

Black with #AA30FB

Text Example


Text Example

White with #AA30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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