Html Css Color HEX #AA7AFF Light Slate Blue

📋 copy color: '#AA7AFF'

red 170 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #AA7AFF

Tints of Light Slate Blue #AA7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

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

R = 31.08%
G = 22.3%
B = 46.62%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA7AFF (or 0xAA7AFF) is known color: Light Slate Blue. HEX triplet: AA, 7A and FF. RGB value is (170,122,255). Sum of RGB (Red+Green+Blue) = 170+122+255=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AFF is #558500. Grayscale: #979797. Windows color (decimal): -5604609 or 16743082. OLE color: 16743082.

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

Color convert

RGB 170 122 255 -
CMYK 0.33 0.52 0 0
HSL 261.65º 1% 0.74% -
HSV(B) 261.65º 0.52% 1% -
XYZ 41.59 29.69 98.15 -
YUV 151.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 170 122 255 0.33 0.52 0 0 261.65 1 0.74
Hex AA 7A FF 21 34 0 0 106 64 4A
Octal 252 172 377 41 64 0 0 406 144 112
Binary 10101010 1111010 11111111 100001 110100 0 0 100000110 1100100 1001010

Color Harmonies of #AA7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AFF

Black with #AA7AFF

Text Example


Text Example

White with #AA7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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