Html Css Color HEX #AA36F8 Blue Violet

📋 copy color: '#AA36F8'

red 170 ◦ green 54 ◦ blue 248

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

Shades of Blue Violet #AA36F8

Tints of Blue Violet #AA36F8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.44%

 BLUE value IS 248 (97.27% from 255) = 52.54%

R = 36.02%
G = 11.44%
B = 52.54%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA36F8 (or 0xAA36F8) is known color: Blue Violet. HEX triplet: AA, 36 and F8. RGB value is (170,54,248). Sum of RGB (Red+Green+Blue) = 170+54+248=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA36F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA36F8 is #55C907. Grayscale: #6E6E6E. Windows color (decimal): -5622024 or 16266922. OLE color: 16266922.

HSL color Cylindrical-coordinate representation of color #AA36F8: hue angle of 275.88º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA36F8 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 54 248 -
CMYK 0.31 0.78 0 0.03
HSL 275.88º 0.93% 0.59% -
HSV(B) 275.88º 0.78% 0.97% -
XYZ 34.84 17.96 90.44 -
YUV 110.8 205.43 170.23 -
System Red Green Blue C M Y K H S L
Decimal 170 54 248 0.31 0.78 0 0.03 275.88 0.93 0.59
Hex AA 36 F8 1F 4E 0 3 114 5D 3B
Octal 252 66 370 37 116 0 3 424 135 73
Binary 10101010 110110 11111000 11111 1001110 0 11 100010100 1011101 111011

Color Harmonies of #AA36F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36F8

Black with #AA36F8

Text Example


Text Example

White with #AA36F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36F8; }

 p { color: rgb(170,54,248); }

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

background-color css

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

 a { background-color: rgb(170,54,248); }

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

border-color css

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

 span { border-color: rgb(170,54,248); }

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