Html Css Color HEX #AA7FFE Light Slate Blue

📋 copy color: '#AA7FFE'

red 170 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #AA7FFE

Tints of Light Slate Blue #AA7FFE

RGB

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

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

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

R = 30.85%
G = 23.05%
B = 46.1%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA7FFE (or 0xAA7FFE) is known color: Light Slate Blue. HEX triplet: AA, 7F and FE. RGB value is (170,127,254). Sum of RGB (Red+Green+Blue) = 170+127+254=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFE is #558001. Grayscale: #999999. Windows color (decimal): -5603330 or 16678826. OLE color: 16678826.

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

Color convert

RGB 170 127 254 -
CMYK 0.33 0.50 0 0.00
HSL 260.31º 0.98% 0.75% -
HSV(B) 260.31º 0.5% 1% -
XYZ 42.06 30.88 97.51 -
YUV 154.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 170 127 254 0.33 0.50 0 0.00 260.31 0.98 0.75
Hex AA 7F FE 21 32 0 0 104 62 4B
Octal 252 177 376 41 62 0 0 404 142 113
Binary 10101010 1111111 11111110 100001 110010 0 0 100000100 1100010 1001011

Color Harmonies of #AA7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FFE

Black with #AA7FFE

Text Example


Text Example

White with #AA7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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