Html Css Color HEX #A190FD Light Slate Blue

📋 copy color: '#A190FD'

red 161 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #A190FD

Tints of Light Slate Blue #A190FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.81%

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

R = 28.85%
G = 25.81%
B = 45.34%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A190FD (or 0xA190FD) is known color: Light Slate Blue. HEX triplet: A1, 90 and FD. RGB value is (161,144,253). Sum of RGB (Red+Green+Blue) = 161+144+253=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A190FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190FD is #5E6F02. Grayscale: #A1A1A1. Windows color (decimal): -6188803 or 16617633. OLE color: 16617633.

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

Color convert

RGB 161 144 253 -
CMYK 0.36 0.43 0 0.01
HSL 249.36º 0.96% 0.78% -
HSV(B) 249.36º 0.43% 0.99% -
XYZ 42.4 34.62 97.38 -
YUV 161.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 161 144 253 0.36 0.43 0 0.01 249.36 0.96 0.78
Hex A1 90 FD 24 2B 0 1 F9 60 4E
Octal 241 220 375 44 53 0 1 371 140 116
Binary 10100001 10010000 11111101 100100 101011 0 1 11111001 1100000 1001110

Color Harmonies of #A190FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190FD

Black with #A190FD

Text Example


Text Example

White with #A190FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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