Html Css Color HEX #AA85FE Light Slate Blue

📋 copy color: '#AA85FE'

red 170 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #AA85FE

Tints of Light Slate Blue #AA85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.88%

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

R = 30.52%
G = 23.88%
B = 45.6%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA85FE (or 0xAA85FE) is known color: Light Slate Blue. HEX triplet: AA, 85 and FE. RGB value is (170,133,254). Sum of RGB (Red+Green+Blue) = 170+133+254=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85FE is #557A01. Grayscale: #9D9D9D. Windows color (decimal): -5601794 or 16680362. OLE color: 16680362.

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

Color convert

RGB 170 133 254 -
CMYK 0.33 0.48 0 0.00
HSL 258.35º 0.98% 0.76% -
HSV(B) 258.35º 0.48% 1% -
XYZ 42.85 32.48 97.78 -
YUV 157.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 170 133 254 0.33 0.48 0 0.00 258.35 0.98 0.76
Hex AA 85 FE 21 30 0 0 102 62 4C
Octal 252 205 376 41 60 0 0 402 142 114
Binary 10101010 10000101 11111110 100001 110000 0 0 100000010 1100010 1001100

Color Harmonies of #AA85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85FE

Black with #AA85FE

Text Example


Text Example

White with #AA85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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