Html Css Color HEX #AA36FA Blue Violet

📋 copy color: '#AA36FA'

red 170 ◦ green 54 ◦ blue 250

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

Shades of Blue Violet #AA36FA

Tints of Blue Violet #AA36FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 35.86%
G = 11.39%
B = 52.74%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA36FA (or 0xAA36FA) is known color: Blue Violet. HEX triplet: AA, 36 and FA. RGB value is (170,54,250). Sum of RGB (Red+Green+Blue) = 170+54+250=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA36FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA36FA is #55C905. Grayscale: #6E6E6E. Windows color (decimal): -5622022 or 16397994. OLE color: 16397994.

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

Color convert

RGB 170 54 250 -
CMYK 0.32 0.78 0 0.02
HSL 275.51º 0.95% 0.6% -
HSV(B) 275.51º 0.78% 0.98% -
XYZ 35.15 18.09 92.08 -
YUV 111.03 206.43 170.06 -
System Red Green Blue C M Y K H S L
Decimal 170 54 250 0.32 0.78 0 0.02 275.51 0.95 0.6
Hex AA 36 FA 20 4E 0 2 114 5F 3C
Octal 252 66 372 40 116 0 2 424 137 74
Binary 10101010 110110 11111010 100000 1001110 0 10 100010100 1011111 111100

Color Harmonies of #AA36FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36FA

Black with #AA36FA

Text Example


Text Example

White with #AA36FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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