Html Css Color HEX #A295FE Light Slate Blue

📋 copy color: '#A295FE'

red 162 ◦ green 149 ◦ blue 254

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

Shades of Light Slate Blue #A295FE

Tints of Light Slate Blue #A295FE

RGB

 RED value IS 162 (63.67% from 255) = 28.67%

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

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

R = 28.67%
G = 26.37%
B = 44.96%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A295FE (or 0xA295FE) is known color: Light Slate Blue. HEX triplet: A2, 95 and FE. RGB value is (162,149,254). Sum of RGB (Red+Green+Blue) = 162+149+254=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 149 (58.59% from 255 or 26.37% 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 #A295FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295FE is #5D6A01. Grayscale: #A4A4A4. Windows color (decimal): -6121986 or 16684450. OLE color: 16684450.

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

Color convert

RGB 162 149 254 -
CMYK 0.36 0.41 0 0.00
HSL 247.43º 0.98% 0.79% -
HSV(B) 247.43º 0.41% 1% -
XYZ 43.54 36.33 98.48 -
YUV 164.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 162 149 254 0.36 0.41 0 0.00 247.43 0.98 0.79
Hex A2 95 FE 24 29 0 0 F7 62 4F
Octal 242 225 376 44 51 0 0 367 142 117
Binary 10100010 10010101 11111110 100100 101001 0 0 11110111 1100010 1001111

Color Harmonies of #A295FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295FE

Black with #A295FE

Text Example


Text Example

White with #A295FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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