Html Css Color HEX #A495FE Light Slate Blue

📋 copy color: '#A495FE'

red 164 ◦ green 149 ◦ blue 254

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

Shades of Light Slate Blue #A495FE

Tints of Light Slate Blue #A495FE

RGB

 RED value IS 164 (64.45% from 255) = 28.92%

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

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

R = 28.92%
G = 26.28%
B = 44.8%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A495FE (or 0xA495FE) is known color: Light Slate Blue. HEX triplet: A4, 95 and FE. RGB value is (164,149,254). Sum of RGB (Red+Green+Blue) = 164+149+254=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A495FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FE is #5B6A01. Grayscale: #A5A5A5. Windows color (decimal): -5990914 or 16684452. OLE color: 16684452.

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

Color convert

RGB 164 149 254 -
CMYK 0.35 0.41 0 0.00
HSL 248.57º 0.98% 0.79% -
HSV(B) 248.57º 0.41% 1% -
XYZ 43.95 36.54 98.5 -
YUV 165.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 164 149 254 0.35 0.41 0 0.00 248.57 0.98 0.79
Hex A4 95 FE 23 29 0 0 F9 62 4F
Octal 244 225 376 43 51 0 0 371 142 117
Binary 10100100 10010101 11111110 100011 101001 0 0 11111001 1100010 1001111

Color Harmonies of #A495FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495FE

Black with #A495FE

Text Example


Text Example

White with #A495FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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