Html Css Color HEX #A170FD Light Slate Blue

📋 copy color: '#A170FD'

red 161 ◦ green 112 ◦ blue 253

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

Shades of Light Slate Blue #A170FD

Tints of Light Slate Blue #A170FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 30.61%
G = 21.29%
B = 48.1%

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

#A170FD (or 0xA170FD) is known color: Light Slate Blue. HEX triplet: A1, 70 and FD. RGB value is (161,112,253). Sum of RGB (Red+Green+Blue) = 161+112+253=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A170FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170FD is #5E8F02. Grayscale: #8E8E8E. Windows color (decimal): -6196995 or 16609441. OLE color: 16609441.

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

Color convert

RGB 161 112 253 -
CMYK 0.36 0.56 0 0.01
HSL 260.85º 0.97% 0.72% -
HSV(B) 260.85º 0.56% 0.99% -
XYZ 38.22 26.26 95.98 -
YUV 142.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 161 112 253 0.36 0.56 0 0.01 260.85 0.97 0.72
Hex A1 70 FD 24 38 0 1 105 61 48
Octal 241 160 375 44 70 0 1 405 141 110
Binary 10100001 1110000 11111101 100100 111000 0 1 100000101 1100001 1001000

Color Harmonies of #A170FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170FD

Black with #A170FD

Text Example


Text Example

White with #A170FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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