Html Css Color HEX #A483FA Light Slate Blue

📋 copy color: '#A483FA'

red 164 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #A483FA

Tints of Light Slate Blue #A483FA

RGB

 RED value IS 164 (64.45% from 255) = 30.09%

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

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

R = 30.09%
G = 24.04%
B = 45.87%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A483FA (or 0xA483FA) is known color: Light Slate Blue. HEX triplet: A4, 83 and FA. RGB value is (164,131,250). Sum of RGB (Red+Green+Blue) = 164+131+250=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #A483FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483FA is #5B7C05. Grayscale: #999999. Windows color (decimal): -5995526 or 16417700. OLE color: 16417700.

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

Color convert

RGB 164 131 250 -
CMYK 0.34 0.48 0 0.02
HSL 256.64º 0.92% 0.75% -
HSV(B) 256.64º 0.48% 0.98% -
XYZ 40.68 31.03 94.29 -
YUV 154.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 164 131 250 0.34 0.48 0 0.02 256.64 0.92 0.75
Hex A4 83 FA 22 30 0 2 101 5C 4B
Octal 244 203 372 42 60 0 2 401 134 113
Binary 10100100 10000011 11111010 100010 110000 0 10 100000001 1011100 1001011

Color Harmonies of #A483FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483FA

Black with #A483FA

Text Example


Text Example

White with #A483FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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