Html Css Color HEX #A182F9 Light Slate Blue

📋 copy color: '#A182F9'

red 161 ◦ green 130 ◦ blue 249

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

Shades of Light Slate Blue #A182F9

Tints of Light Slate Blue #A182F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.07%

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

R = 29.81%
G = 24.07%
B = 46.11%

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

#A182F9 (or 0xA182F9) is known color: Light Slate Blue. HEX triplet: A1, 82 and F9. RGB value is (161,130,249). Sum of RGB (Red+Green+Blue) = 161+130+249=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #A182F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182F9 is #5E7D06. Grayscale: #989898. Windows color (decimal): -6192391 or 16351905. OLE color: 16351905.

HSL color Cylindrical-coordinate representation of color #A182F9: hue angle of 255.63º 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 #A182F9 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 130 249 -
CMYK 0.35 0.48 0 0.02
HSL 255.63º 0.91% 0.74% -
HSV(B) 255.63º 0.48% 0.98% -
XYZ 39.78 30.38 93.39 -
YUV 152.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 161 130 249 0.35 0.48 0 0.02 255.63 0.91 0.74
Hex A1 82 F9 23 30 0 2 100 5B 4A
Octal 241 202 371 43 60 0 2 400 133 112
Binary 10100001 10000010 11111001 100011 110000 0 10 100000000 1011011 1001010

Color Harmonies of #A182F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182F9

Black with #A182F9

Text Example


Text Example

White with #A182F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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