Html Css Color HEX #A173FC Light Slate Blue

📋 copy color: '#A173FC'

red 161 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #A173FC

Tints of Light Slate Blue #A173FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.78%

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

R = 30.49%
G = 21.78%
B = 47.73%

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

#A173FC (or 0xA173FC) is known color: Light Slate Blue. HEX triplet: A1, 73 and FC. RGB value is (161,115,252). Sum of RGB (Red+Green+Blue) = 161+115+252=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A173FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173FC is #5E8C03. Grayscale: #8F8F8F. Windows color (decimal): -6196228 or 16544673. OLE color: 16544673.

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

Color convert

RGB 161 115 252 -
CMYK 0.36 0.54 0 0.01
HSL 260.15º 0.96% 0.72% -
HSV(B) 260.15º 0.54% 0.99% -
XYZ 38.4 26.87 95.26 -
YUV 144.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 161 115 252 0.36 0.54 0 0.01 260.15 0.96 0.72
Hex A1 73 FC 24 36 0 1 104 60 48
Octal 241 163 374 44 66 0 1 404 140 110
Binary 10100001 1110011 11111100 100100 110110 0 1 100000100 1100000 1001000

Color Harmonies of #A173FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173FC

Black with #A173FC

Text Example


Text Example

White with #A173FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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