Html Css Color HEX #AA78FF Light Slate Blue

📋 copy color: '#AA78FF'

red 170 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #AA78FF

Tints of Light Slate Blue #AA78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.02%

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

R = 31.19%
G = 22.02%
B = 46.79%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA78FF (or 0xAA78FF) is known color: Light Slate Blue. HEX triplet: AA, 78 and FF. RGB value is (170,120,255). Sum of RGB (Red+Green+Blue) = 170+120+255=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78FF is #558700. Grayscale: #959595. Windows color (decimal): -5605121 or 16742570. OLE color: 16742570.

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

Color convert

RGB 170 120 255 -
CMYK 0.33 0.53 0 0
HSL 262.22º 1% 0.74% -
HSV(B) 262.22º 0.53% 1% -
XYZ 41.34 29.2 98.06 -
YUV 150.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 170 120 255 0.33 0.53 0 0 262.22 1 0.74
Hex AA 78 FF 21 35 0 0 106 64 4A
Octal 252 170 377 41 65 0 0 406 144 112
Binary 10101010 1111000 11111111 100001 110101 0 0 100000110 1100100 1001010

Color Harmonies of #AA78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78FF

Black with #AA78FF

Text Example


Text Example

White with #AA78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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