Html Css Color HEX #AA79FF Light Slate Blue

📋 copy color: '#AA79FF'

red 170 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #AA79FF

Tints of Light Slate Blue #AA79FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.16%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 31.14%
G = 22.16%
B = 46.7%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA79FF (or 0xAA79FF) is known color: Light Slate Blue. HEX triplet: AA, 79 and FF. RGB value is (170,121,255). Sum of RGB (Red+Green+Blue) = 170+121+255=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79FF is #558600. Grayscale: #969696. Windows color (decimal): -5604865 or 16742826. OLE color: 16742826.

HSL color Cylindrical-coordinate representation of color #AA79FF: hue angle of 261.94º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA79FF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 121 255 -
CMYK 0.33 0.53 0 0
HSL 261.94º 1% 0.74% -
HSV(B) 261.94º 0.53% 1% -
XYZ 41.46 29.44 98.1 -
YUV 150.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 170 121 255 0.33 0.53 0 0 261.94 1 0.74
Hex AA 79 FF 21 35 0 0 106 64 4A
Octal 252 171 377 41 65 0 0 406 144 112
Binary 10101010 1111001 11111111 100001 110101 0 0 100000110 1100100 1001010

Color Harmonies of #AA79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79FF

Black with #AA79FF

Text Example


Text Example

White with #AA79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79FF; }

 p { color: rgb(170,121,255); }

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

background-color css

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

 a { background-color: rgb(170,121,255); }

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

border-color css

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

 span { border-color: rgb(170,121,255); }

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