Html Css Color HEX #AA36ED Blue Violet

📋 copy color: '#AA36ED'

red 170 ◦ green 54 ◦ blue 237

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

Shades of Blue Violet #AA36ED

Tints of Blue Violet #AA36ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 36.88%
G = 11.71%
B = 51.41%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA36ED (or 0xAA36ED) is known color: Blue Violet. HEX triplet: AA, 36 and ED. RGB value is (170,54,237). Sum of RGB (Red+Green+Blue) = 170+54+237=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA36ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA36ED is #55C912. Grayscale: #6C6C6C. Windows color (decimal): -5622035 or 15546026. OLE color: 15546026.

HSL color Cylindrical-coordinate representation of color #AA36ED: hue angle of 278.03º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA36ED is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 54 237 -
CMYK 0.28 0.77 0 0.07
HSL 278.03º 0.84% 0.57% -
HSV(B) 278.03º 0.77% 0.93% -
XYZ 33.18 17.3 81.71 -
YUV 109.55 199.93 171.12 -
System Red Green Blue C M Y K H S L
Decimal 170 54 237 0.28 0.77 0 0.07 278.03 0.84 0.57
Hex AA 36 ED 1C 4D 0 7 116 54 39
Octal 252 66 355 34 115 0 7 426 124 71
Binary 10101010 110110 11101101 11100 1001101 0 111 100010110 1010100 111001

Color Harmonies of #AA36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36ED

Black with #AA36ED

Text Example


Text Example

White with #AA36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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