Html Css Color HEX #AA84FE Light Slate Blue

📋 copy color: '#AA84FE'

red 170 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #AA84FE

Tints of Light Slate Blue #AA84FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 30.58%
G = 23.74%
B = 45.68%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA84FE (or 0xAA84FE) is known color: Light Slate Blue. HEX triplet: AA, 84 and FE. RGB value is (170,132,254). Sum of RGB (Red+Green+Blue) = 170+132+254=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84FE is #557B01. Grayscale: #9C9C9C. Windows color (decimal): -5602050 or 16680106. OLE color: 16680106.

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

Color convert

RGB 170 132 254 -
CMYK 0.33 0.48 0 0.00
HSL 258.69º 0.98% 0.76% -
HSV(B) 258.69º 0.48% 1% -
XYZ 42.72 32.2 97.73 -
YUV 157.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 170 132 254 0.33 0.48 0 0.00 258.69 0.98 0.76
Hex AA 84 FE 21 30 0 0 103 62 4C
Octal 252 204 376 41 60 0 0 403 142 114
Binary 10101010 10000100 11111110 100001 110000 0 0 100000011 1100010 1001100

Color Harmonies of #AA84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84FE

Black with #AA84FE

Text Example


Text Example

White with #AA84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84FE; }

 p { color: rgb(170,132,254); }

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

background-color css

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

 a { background-color: rgb(170,132,254); }

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

border-color css

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

 span { border-color: rgb(170,132,254); }

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