Html Css Color HEX #AA83FF Light Slate Blue

📋 copy color: '#AA83FF'

red 170 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #AA83FF

Tints of Light Slate Blue #AA83FF

RGB

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

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

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

R = 30.58%
G = 23.56%
B = 45.86%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA83FF (or 0xAA83FF) is known color: Light Slate Blue. HEX triplet: AA, 83 and FF. RGB value is (170,131,255). Sum of RGB (Red+Green+Blue) = 170+131+255=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83FF is #557C00. Grayscale: #9C9C9C. Windows color (decimal): -5602305 or 16745386. OLE color: 16745386.

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

Color convert

RGB 170 131 255 -
CMYK 0.33 0.49 0 0
HSL 258.87º 1% 0.76% -
HSV(B) 258.87º 0.49% 1% -
XYZ 42.74 32 98.53 -
YUV 156.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 170 131 255 0.33 0.49 0 0 258.87 1 0.76
Hex AA 83 FF 21 31 0 0 103 64 4C
Octal 252 203 377 41 61 0 0 403 144 114
Binary 10101010 10000011 11111111 100001 110001 0 0 100000011 1100100 1001100

Color Harmonies of #AA83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83FF

Black with #AA83FF

Text Example


Text Example

White with #AA83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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