Html Css Color HEX #A174FC Light Slate Blue

📋 copy color: '#A174FC'

red 161 ◦ green 116 ◦ blue 252

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

Shades of Light Slate Blue #A174FC

Tints of Light Slate Blue #A174FC

RGB

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

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

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

R = 30.43%
G = 21.93%
B = 47.64%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A174FC (or 0xA174FC) is known color: Light Slate Blue. HEX triplet: A1, 74 and FC. RGB value is (161,116,252). Sum of RGB (Red+Green+Blue) = 161+116+252=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #A174FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174FC is #5E8B03. Grayscale: #909090. Windows color (decimal): -6195972 or 16544929. OLE color: 16544929.

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

Color convert

RGB 161 116 252 -
CMYK 0.36 0.54 0 0.01
HSL 259.85º 0.96% 0.72% -
HSV(B) 259.85º 0.54% 0.99% -
XYZ 38.51 27.1 95.3 -
YUV 144.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 161 116 252 0.36 0.54 0 0.01 259.85 0.96 0.72
Hex A1 74 FC 24 36 0 1 104 60 48
Octal 241 164 374 44 66 0 1 404 140 110
Binary 10100001 1110100 11111100 100100 110110 0 1 100000100 1100000 1001000

Color Harmonies of #A174FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174FC

Black with #A174FC

Text Example


Text Example

White with #A174FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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