Html Css Color HEX #A97BFF Light Slate Blue

📋 copy color: '#A97BFF'

red 169 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #A97BFF

Tints of Light Slate Blue #A97BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

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

R = 30.9%
G = 22.49%
B = 46.62%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A97BFF (or 0xA97BFF) is known color: Light Slate Blue. HEX triplet: A9, 7B and FF. RGB value is (169,123,255). Sum of RGB (Red+Green+Blue) = 169+123+255=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A97BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97BFF is #568400. Grayscale: #979797. Windows color (decimal): -5669889 or 16743337. OLE color: 16743337.

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

Color convert

RGB 169 123 255 -
CMYK 0.34 0.52 0 0
HSL 260.91º 1% 0.74% -
HSV(B) 260.91º 0.52% 1% -
XYZ 41.5 29.82 98.18 -
YUV 151.8 186.24 140.27 -
System Red Green Blue C M Y K H S L
Decimal 169 123 255 0.34 0.52 0 0 260.91 1 0.74
Hex A9 7B FF 22 34 0 0 105 64 4A
Octal 251 173 377 42 64 0 0 405 144 112
Binary 10101001 1111011 11111111 100010 110100 0 0 100000101 1100100 1001010

Color Harmonies of #A97BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BFF

Black with #A97BFF

Text Example


Text Example

White with #A97BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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