Html Css Color HEX #AA81FE Light Slate Blue

📋 copy color: '#AA81FE'

red 170 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #AA81FE

Tints of Light Slate Blue #AA81FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.33%

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

R = 30.74%
G = 23.33%
B = 45.93%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA81FE (or 0xAA81FE) is known color: Light Slate Blue. HEX triplet: AA, 81 and FE. RGB value is (170,129,254). Sum of RGB (Red+Green+Blue) = 170+129+254=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81FE is #557E01. Grayscale: #9B9B9B. Windows color (decimal): -5602818 or 16679338. OLE color: 16679338.

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

Color convert

RGB 170 129 254 -
CMYK 0.33 0.49 0 0.00
HSL 259.68º 0.98% 0.75% -
HSV(B) 259.68º 0.49% 1% -
XYZ 42.32 31.4 97.6 -
YUV 155.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 170 129 254 0.33 0.49 0 0.00 259.68 0.98 0.75
Hex AA 81 FE 21 31 0 0 104 62 4B
Octal 252 201 376 41 61 0 0 404 142 113
Binary 10101010 10000001 11111110 100001 110001 0 0 100000100 1100010 1001011

Color Harmonies of #AA81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81FE

Black with #AA81FE

Text Example


Text Example

White with #AA81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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