Html Css Color HEX #A975FF Light Slate Blue

📋 copy color: '#A975FF'

red 169 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #A975FF

Tints of Light Slate Blue #A975FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.63%

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

R = 31.24%
G = 21.63%
B = 47.13%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A975FF (or 0xA975FF) is known color: Light Slate Blue. HEX triplet: A9, 75 and FF. RGB value is (169,117,255). Sum of RGB (Red+Green+Blue) = 169+117+255=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #A975FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975FF is #568A00. Grayscale: #939393. Windows color (decimal): -5671425 or 16741801. OLE color: 16741801.

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

Color convert

RGB 169 117 255 -
CMYK 0.34 0.54 0 0
HSL 262.61º 1% 0.73% -
HSV(B) 262.61º 0.54% 1% -
XYZ 40.77 28.38 97.94 -
YUV 148.28 188.23 142.78 -
System Red Green Blue C M Y K H S L
Decimal 169 117 255 0.34 0.54 0 0 262.61 1 0.73
Hex A9 75 FF 22 36 0 0 107 64 49
Octal 251 165 377 42 66 0 0 407 144 111
Binary 10101001 1110101 11111111 100010 110110 0 0 100000111 1100100 1001001

Color Harmonies of #A975FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975FF

Black with #A975FF

Text Example


Text Example

White with #A975FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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