Html Css Color HEX #AA24FB Blue Violet

📋 copy color: '#AA24FB'

red 170 ◦ green 36 ◦ blue 251

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

Shades of Blue Violet #AA24FB

Tints of Blue Violet #AA24FB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.88%

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

R = 37.2%
G = 7.88%
B = 54.92%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA24FB (or 0xAA24FB) is known color: Blue Violet. HEX triplet: AA, 24 and FB. RGB value is (170,36,251). Sum of RGB (Red+Green+Blue) = 170+36+251=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA24FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA24FB is #55DB04. Grayscale: #636363. Windows color (decimal): -5626629 or 16458922. OLE color: 16458922.

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

Color convert

RGB 170 36 251 -
CMYK 0.32 0.86 0 0.02
HSL 277.4º 0.96% 0.56% -
HSV(B) 277.4º 0.86% 0.98% -
XYZ 34.62 16.77 92.68 -
YUV 100.58 212.89 177.52 -
System Red Green Blue C M Y K H S L
Decimal 170 36 251 0.32 0.86 0 0.02 277.4 0.96 0.56
Hex AA 24 FB 20 56 0 2 115 60 38
Octal 252 44 373 40 126 0 2 425 140 70
Binary 10101010 100100 11111011 100000 1010110 0 10 100010101 1100000 111000

Color Harmonies of #AA24FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24FB

Black with #AA24FB

Text Example


Text Example

White with #AA24FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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