Html Css Color HEX #A097FE Light Slate Blue

📋 copy color: '#A097FE'

red 160 ◦ green 151 ◦ blue 254

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

Shades of Light Slate Blue #A097FE

Tints of Light Slate Blue #A097FE

RGB

 RED value IS 160 (62.89% from 255) = 28.32%

 GREEN value IS 151 (59.38% from 255) = 26.73%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 28.32%
G = 26.73%
B = 44.96%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A097FE (or 0xA097FE) is known color: Light Slate Blue. HEX triplet: A0, 97 and FE. RGB value is (160,151,254). Sum of RGB (Red+Green+Blue) = 160+151+254=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #A097FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097FE is #5F6801. Grayscale: #A5A5A5. Windows color (decimal): -6252546 or 16684960. OLE color: 16684960.

HSL color Cylindrical-coordinate representation of color #A097FE: hue angle of 245.24º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A097FE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 151 254 -
CMYK 0.37 0.41 0 0.00
HSL 245.24º 0.98% 0.79% -
HSV(B) 245.24º 0.41% 1% -
XYZ 43.45 36.76 98.57 -
YUV 165.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 160 151 254 0.37 0.41 0 0.00 245.24 0.98 0.79
Hex A0 97 FE 25 29 0 0 F5 62 4F
Octal 240 227 376 45 51 0 0 365 142 117
Binary 10100000 10010111 11111110 100101 101001 0 0 11110101 1100010 1001111

Color Harmonies of #A097FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097FE

Black with #A097FE

Text Example


Text Example

White with #A097FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097FE; }

 p { color: rgb(160,151,254); }

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

background-color css

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

 a { background-color: rgb(160,151,254); }

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

border-color css

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

 span { border-color: rgb(160,151,254); }

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