Html Css Color HEX #A183FA Light Slate Blue

📋 copy color: '#A183FA'

red 161 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #A183FA

Tints of Light Slate Blue #A183FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 29.7%
G = 24.17%
B = 46.13%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A183FA (or 0xA183FA) is known color: Light Slate Blue. HEX triplet: A1, 83 and FA. RGB value is (161,131,250). Sum of RGB (Red+Green+Blue) = 161+131+250=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #A183FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183FA is #5E7C05. Grayscale: #999999. Windows color (decimal): -6192134 or 16417697. OLE color: 16417697.

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

Color convert

RGB 161 131 250 -
CMYK 0.36 0.48 0 0.02
HSL 255.13º 0.92% 0.75% -
HSV(B) 255.13º 0.48% 0.98% -
XYZ 40.07 30.71 94.26 -
YUV 153.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 161 131 250 0.36 0.48 0 0.02 255.13 0.92 0.75
Hex A1 83 FA 24 30 0 2 FF 5C 4B
Octal 241 203 372 44 60 0 2 377 134 113
Binary 10100001 10000011 11111010 100100 110000 0 10 11111111 1011100 1001011

Color Harmonies of #A183FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183FA

Black with #A183FA

Text Example


Text Example

White with #A183FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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