Html Css Color HEX #A985FF Light Slate Blue

📋 copy color: '#A985FF'

red 169 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #A985FF

Tints of Light Slate Blue #A985FF

RGB

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

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

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

R = 30.34%
G = 23.88%
B = 45.78%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A985FF (or 0xA985FF) is known color: Light Slate Blue. HEX triplet: A9, 85 and FF. RGB value is (169,133,255). Sum of RGB (Red+Green+Blue) = 169+133+255=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A985FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985FF is #567A00. Grayscale: #9D9D9D. Windows color (decimal): -5667329 or 16745897. OLE color: 16745897.

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

Color convert

RGB 169 133 255 -
CMYK 0.34 0.48 0 0
HSL 257.7º 1% 0.76% -
HSV(B) 257.7º 0.48% 1% -
XYZ 42.8 32.43 98.61 -
YUV 157.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 169 133 255 0.34 0.48 0 0 257.7 1 0.76
Hex A9 85 FF 22 30 0 0 102 64 4C
Octal 251 205 377 42 60 0 0 402 144 114
Binary 10101001 10000101 11111111 100010 110000 0 0 100000010 1100100 1001100

Color Harmonies of #A985FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985FF

Black with #A985FF

Text Example


Text Example

White with #A985FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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