Html Css Color HEX #A97DFF Light Slate Blue

📋 copy color: '#A97DFF'

red 169 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #A97DFF

Tints of Light Slate Blue #A97DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

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

R = 30.78%
G = 22.77%
B = 46.45%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A97DFF (or 0xA97DFF) is known color: Light Slate Blue. HEX triplet: A9, 7D and FF. RGB value is (169,125,255). Sum of RGB (Red+Green+Blue) = 169+125+255=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A97DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DFF is #568200. Grayscale: #989898. Windows color (decimal): -5669377 or 16743849. OLE color: 16743849.

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

Color convert

RGB 169 125 255 -
CMYK 0.34 0.51 0 0
HSL 260.31º 1% 0.75% -
HSV(B) 260.31º 0.51% 1% -
XYZ 41.75 30.32 98.26 -
YUV 152.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 169 125 255 0.34 0.51 0 0 260.31 1 0.75
Hex A9 7D FF 22 33 0 0 104 64 4B
Octal 251 175 377 42 63 0 0 404 144 113
Binary 10101001 1111101 11111111 100010 110011 0 0 100000100 1100100 1001011

Color Harmonies of #A97DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97DFF

Black with #A97DFF

Text Example


Text Example

White with #A97DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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