Html Css Color HEX #A294FC Light Slate Blue

📋 copy color: '#A294FC'

red 162 ◦ green 148 ◦ blue 252

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

Shades of Light Slate Blue #A294FC

Tints of Light Slate Blue #A294FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.33%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 28.83%
G = 26.33%
B = 44.84%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A294FC (or 0xA294FC) is known color: Light Slate Blue. HEX triplet: A2, 94 and FC. RGB value is (162,148,252). Sum of RGB (Red+Green+Blue) = 162+148+252=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A294FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294FC is #5D6B03. Grayscale: #A3A3A3. Windows color (decimal): -6122244 or 16553122. OLE color: 16553122.

HSL color Cylindrical-coordinate representation of color #A294FC: hue angle of 248.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A294FC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 148 252 -
CMYK 0.36 0.41 0 0.01
HSL 248.08º 0.95% 0.78% -
HSV(B) 248.08º 0.41% 0.99% -
XYZ 43.06 35.89 96.75 -
YUV 164.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 162 148 252 0.36 0.41 0 0.01 248.08 0.95 0.78
Hex A2 94 FC 24 29 0 1 F8 5F 4E
Octal 242 224 374 44 51 0 1 370 137 116
Binary 10100010 10010100 11111100 100100 101001 0 1 11111000 1011111 1001110

Color Harmonies of #A294FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294FC

Black with #A294FC

Text Example


Text Example

White with #A294FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294FC; }

 p { color: rgb(162,148,252); }

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

background-color css

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

 a { background-color: rgb(162,148,252); }

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

border-color css

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

 span { border-color: rgb(162,148,252); }

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