Html Css Color HEX #A170FC Light Slate Blue

📋 copy color: '#A170FC'

red 161 ◦ green 112 ◦ blue 252

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

Shades of Light Slate Blue #A170FC

Tints of Light Slate Blue #A170FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.33%

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

R = 30.67%
G = 21.33%
B = 48%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A170FC (or 0xA170FC) is known color: Light Slate Blue. HEX triplet: A1, 70 and FC. RGB value is (161,112,252). Sum of RGB (Red+Green+Blue) = 161+112+252=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #A170FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170FC is #5E8F03. Grayscale: #8E8E8E. Windows color (decimal): -6196996 or 16543905. OLE color: 16543905.

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

Color convert

RGB 161 112 252 -
CMYK 0.36 0.56 0 0.01
HSL 261º 0.96% 0.71% -
HSV(B) 261º 0.56% 0.99% -
XYZ 38.06 26.19 95.15 -
YUV 142.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 161 112 252 0.36 0.56 0 0.01 261 0.96 0.71
Hex A1 70 FC 24 38 0 1 105 60 47
Octal 241 160 374 44 70 0 1 405 140 107
Binary 10100001 1110000 11111100 100100 111000 0 1 100000101 1100000 1000111

Color Harmonies of #A170FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170FC

Black with #A170FC

Text Example


Text Example

White with #A170FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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