Html Css Color HEX #AA81FF Light Slate Blue

📋 copy color: '#AA81FF'

red 170 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #AA81FF

Tints of Light Slate Blue #AA81FF

RGB

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

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

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

R = 30.69%
G = 23.29%
B = 46.03%

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

#AA81FF (or 0xAA81FF) is known color: Light Slate Blue. HEX triplet: AA, 81 and FF. RGB value is (170,129,255). Sum of RGB (Red+Green+Blue) = 170+129+255=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA81FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81FF is #557E00. Grayscale: #9B9B9B. Windows color (decimal): -5602817 or 16744874. OLE color: 16744874.

HSL color Cylindrical-coordinate representation of color #AA81FF: hue angle of 259.52º 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 #AA81FF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 129 255 -
CMYK 0.33 0.49 0 0
HSL 259.52º 1% 0.75% -
HSV(B) 259.52º 0.49% 1% -
XYZ 42.48 31.47 98.44 -
YUV 155.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 170 129 255 0.33 0.49 0 0 259.52 1 0.75
Hex AA 81 FF 21 31 0 0 104 64 4B
Octal 252 201 377 41 61 0 0 404 144 113
Binary 10101010 10000001 11111111 100001 110001 0 0 100000100 1100100 1001011

Color Harmonies of #AA81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81FF

Black with #AA81FF

Text Example


Text Example

White with #AA81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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