Html Css Color HEX #A97FFF Light Slate Blue

📋 copy color: '#A97FFF'

red 169 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #A97FFF

Tints of Light Slate Blue #A97FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.05%

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

R = 30.67%
G = 23.05%
B = 46.28%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A97FFF (or 0xA97FFF) is known color: Light Slate Blue. HEX triplet: A9, 7F and FF. RGB value is (169,127,255). Sum of RGB (Red+Green+Blue) = 169+127+255=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A97FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97FFF is #568000. Grayscale: #999999. Windows color (decimal): -5668865 or 16744361. OLE color: 16744361.

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

Color convert

RGB 169 127 255 -
CMYK 0.34 0.50 0 0
HSL 259.69º 1% 0.75% -
HSV(B) 259.69º 0.5% 1% -
XYZ 42 30.83 98.35 -
YUV 154.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 169 127 255 0.34 0.50 0 0 259.69 1 0.75
Hex A9 7F FF 22 32 0 0 104 64 4B
Octal 251 177 377 42 62 0 0 404 144 113
Binary 10101001 1111111 11111111 100010 110010 0 0 100000100 1100100 1001011

Color Harmonies of #A97FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97FFF

Black with #A97FFF

Text Example


Text Example

White with #A97FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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