Html Css Color HEX #A183F9 Light Slate Blue

📋 copy color: '#A183F9'

red 161 ◦ green 131 ◦ blue 249

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

Shades of Light Slate Blue #A183F9

Tints of Light Slate Blue #A183F9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.21%

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

R = 29.76%
G = 24.21%
B = 46.03%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A183F9 (or 0xA183F9) is known color: Light Slate Blue. HEX triplet: A1, 83 and F9. RGB value is (161,131,249). Sum of RGB (Red+Green+Blue) = 161+131+249=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #A183F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183F9 is #5E7C06. Grayscale: #989898. Windows color (decimal): -6192135 or 16352161. OLE color: 16352161.

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

Color convert

RGB 161 131 249 -
CMYK 0.35 0.47 0 0.02
HSL 255.25º 0.91% 0.75% -
HSV(B) 255.25º 0.47% 0.98% -
XYZ 39.91 30.65 93.43 -
YUV 153.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 161 131 249 0.35 0.47 0 0.02 255.25 0.91 0.75
Hex A1 83 F9 23 2F 0 2 FF 5B 4B
Octal 241 203 371 43 57 0 2 377 133 113
Binary 10100001 10000011 11111001 100011 101111 0 10 11111111 1011011 1001011

Color Harmonies of #A183F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183F9

Black with #A183F9

Text Example


Text Example

White with #A183F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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