Html Css Color HEX #A095FE Light Slate Blue

📋 copy color: '#A095FE'

red 160 ◦ green 149 ◦ blue 254

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

Shades of Light Slate Blue #A095FE

Tints of Light Slate Blue #A095FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.47%

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

R = 28.42%
G = 26.47%
B = 45.12%

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

#A095FE (or 0xA095FE) is known color: Light Slate Blue. HEX triplet: A0, 95 and FE. RGB value is (160,149,254). Sum of RGB (Red+Green+Blue) = 160+149+254=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A095FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FE is #5F6A01. Grayscale: #A3A3A3. Windows color (decimal): -6253058 or 16684448. OLE color: 16684448.

HSL color Cylindrical-coordinate representation of color #A095FE: hue angle of 246.29º 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 #A095FE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 149 254 -
CMYK 0.37 0.41 0 0.00
HSL 246.29º 0.98% 0.79% -
HSV(B) 246.29º 0.41% 1% -
XYZ 43.13 36.12 98.47 -
YUV 164.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 160 149 254 0.37 0.41 0 0.00 246.29 0.98 0.79
Hex A0 95 FE 25 29 0 0 F6 62 4F
Octal 240 225 376 45 51 0 0 366 142 117
Binary 10100000 10010101 11111110 100101 101001 0 0 11110110 1100010 1001111

Color Harmonies of #A095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095FE

Black with #A095FE

Text Example


Text Example

White with #A095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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