Html Css Color HEX #AA7FFF Light Slate Blue

📋 copy color: '#AA7FFF'

red 170 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #AA7FFF

Tints of Light Slate Blue #AA7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

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

R = 30.8%
G = 23.01%
B = 46.2%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA7FFF (or 0xAA7FFF) is known color: Light Slate Blue. HEX triplet: AA, 7F and FF. RGB value is (170,127,255). Sum of RGB (Red+Green+Blue) = 170+127+255=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFF is #558000. Grayscale: #999999. Windows color (decimal): -5603329 or 16744362. OLE color: 16744362.

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

Color convert

RGB 170 127 255 -
CMYK 0.33 0.50 0 0
HSL 260.16º 1% 0.75% -
HSV(B) 260.16º 0.5% 1% -
XYZ 42.22 30.94 98.36 -
YUV 154.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 170 127 255 0.33 0.50 0 0 260.16 1 0.75
Hex AA 7F FF 21 32 0 0 104 64 4B
Octal 252 177 377 41 62 0 0 404 144 113
Binary 10101010 1111111 11111111 100001 110010 0 0 100000100 1100100 1001011

Color Harmonies of #AA7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FFF

Black with #AA7FFF

Text Example


Text Example

White with #AA7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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