Html Css Color HEX #AA82FF Light Slate Blue

📋 copy color: '#AA82FF'

red 170 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #AA82FF

Tints of Light Slate Blue #AA82FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.42%

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

R = 30.63%
G = 23.42%
B = 45.95%

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

#AA82FF (or 0xAA82FF) is known color: Light Slate Blue. HEX triplet: AA, 82 and FF. RGB value is (170,130,255). Sum of RGB (Red+Green+Blue) = 170+130+255=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA82FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82FF is #557D00. Grayscale: #9B9B9B. Windows color (decimal): -5602561 or 16745130. OLE color: 16745130.

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

Color convert

RGB 170 130 255 -
CMYK 0.33 0.49 0 0
HSL 259.2º 1% 0.75% -
HSV(B) 259.2º 0.49% 1% -
XYZ 42.61 31.73 98.49 -
YUV 156.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 170 130 255 0.33 0.49 0 0 259.2 1 0.75
Hex AA 82 FF 21 31 0 0 103 64 4B
Octal 252 202 377 41 61 0 0 403 144 113
Binary 10101010 10000010 11111111 100001 110001 0 0 100000011 1100100 1001011

Color Harmonies of #AA82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82FF

Black with #AA82FF

Text Example


Text Example

White with #AA82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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