Html Css Color HEX #A181F9 Light Slate Blue

📋 copy color: '#A181F9'

red 161 ◦ green 129 ◦ blue 249

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

Shades of Light Slate Blue #A181F9

Tints of Light Slate Blue #A181F9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 29.87%
G = 23.93%
B = 46.2%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A181F9 (or 0xA181F9) is known color: Light Slate Blue. HEX triplet: A1, 81 and F9. RGB value is (161,129,249). Sum of RGB (Red+Green+Blue) = 161+129+249=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #A181F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181F9 is #5E7E06. Grayscale: #979797. Windows color (decimal): -6192647 or 16351649. OLE color: 16351649.

HSL color Cylindrical-coordinate representation of color #A181F9: hue angle of 256º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A181F9 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 129 249 -
CMYK 0.35 0.48 0 0.02
HSL 256º 0.91% 0.74% -
HSV(B) 256º 0.48% 0.98% -
XYZ 39.65 30.12 93.35 -
YUV 152.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 161 129 249 0.35 0.48 0 0.02 256 0.91 0.74
Hex A1 81 F9 23 30 0 2 100 5B 4A
Octal 241 201 371 43 60 0 2 400 133 112
Binary 10100001 10000001 11111001 100011 110000 0 10 100000000 1011011 1001010

Color Harmonies of #A181F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181F9

Black with #A181F9

Text Example


Text Example

White with #A181F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181F9; }

 p { color: rgb(161,129,249); }

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

background-color css

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

 a { background-color: rgb(161,129,249); }

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

border-color css

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

 span { border-color: rgb(161,129,249); }

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