Html Css Color HEX #A985FE Light Slate Blue

📋 copy color: '#A985FE'

red 169 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A985FE

Tints of Light Slate Blue #A985FE

RGB

 RED value IS 169 (66.41% from 255) = 30.4%

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

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

R = 30.4%
G = 23.92%
B = 45.68%

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

#A985FE (or 0xA985FE) is known color: Light Slate Blue. HEX triplet: A9, 85 and FE. RGB value is (169,133,254). Sum of RGB (Red+Green+Blue) = 169+133+254=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A985FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985FE is #567A01. Grayscale: #9D9D9D. Windows color (decimal): -5667330 or 16680361. OLE color: 16680361.

HSL color Cylindrical-coordinate representation of color #A985FE: hue angle of 257.85º 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 #A985FE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 133 254 -
CMYK 0.33 0.48 0 0.00
HSL 257.85º 0.98% 0.76% -
HSV(B) 257.85º 0.48% 1% -
XYZ 42.64 32.37 97.77 -
YUV 157.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 169 133 254 0.33 0.48 0 0.00 257.85 0.98 0.76
Hex A9 85 FE 21 30 0 0 102 62 4C
Octal 251 205 376 41 60 0 0 402 142 114
Binary 10101001 10000101 11111110 100001 110000 0 0 100000010 1100010 1001100

Color Harmonies of #A985FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985FE

Black with #A985FE

Text Example


Text Example

White with #A985FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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