Html Css Color HEX #A174FE Light Slate Blue

📋 copy color: '#A174FE'

red 161 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #A174FE

Tints of Light Slate Blue #A174FE

RGB

 RED value IS 161 (63.28% from 255) = 30.32%

 GREEN value IS 116 (45.7% from 255) = 21.85%

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

R = 30.32%
G = 21.85%
B = 47.83%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A174FE (or 0xA174FE) is known color: Light Slate Blue. HEX triplet: A1, 74 and FE. RGB value is (161,116,254). Sum of RGB (Red+Green+Blue) = 161+116+254=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #A174FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174FE is #5E8B01. Grayscale: #909090. Windows color (decimal): -6195970 or 16676001. OLE color: 16676001.

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

Color convert

RGB 161 116 254 -
CMYK 0.37 0.54 0 0.00
HSL 259.57º 0.99% 0.73% -
HSV(B) 259.57º 0.54% 1% -
XYZ 38.83 27.22 96.97 -
YUV 145.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 161 116 254 0.37 0.54 0 0.00 259.57 0.99 0.73
Hex A1 74 FE 25 36 0 0 104 63 49
Octal 241 164 376 45 66 0 0 404 143 111
Binary 10100001 1110100 11111110 100101 110110 0 0 100000100 1100011 1001001

Color Harmonies of #A174FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174FE

Black with #A174FE

Text Example


Text Example

White with #A174FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174FE; }

 p { color: rgb(161,116,254); }

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

background-color css

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

 a { background-color: rgb(161,116,254); }

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

border-color css

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

 span { border-color: rgb(161,116,254); }

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