Html Css Color HEX #AA83FE Light Slate Blue

📋 copy color: '#AA83FE'

red 170 ◦ green 131 ◦ blue 254

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

Shades of Light Slate Blue #AA83FE

Tints of Light Slate Blue #AA83FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

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

R = 30.63%
G = 23.6%
B = 45.77%

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

#AA83FE (or 0xAA83FE) is known color: Light Slate Blue. HEX triplet: AA, 83 and FE. RGB value is (170,131,254). Sum of RGB (Red+Green+Blue) = 170+131+254=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83FE is #557C01. Grayscale: #9C9C9C. Windows color (decimal): -5602306 or 16679850. OLE color: 16679850.

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

Color convert

RGB 170 131 254 -
CMYK 0.33 0.48 0 0.00
HSL 259.02º 0.98% 0.75% -
HSV(B) 259.02º 0.48% 1% -
XYZ 42.58 31.93 97.69 -
YUV 156.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 170 131 254 0.33 0.48 0 0.00 259.02 0.98 0.75
Hex AA 83 FE 21 30 0 0 103 62 4B
Octal 252 203 376 41 60 0 0 403 142 113
Binary 10101010 10000011 11111110 100001 110000 0 0 100000011 1100010 1001011

Color Harmonies of #AA83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83FE

Black with #AA83FE

Text Example


Text Example

White with #AA83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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