Html Css Color HEX #A380F9 Light Slate Blue

📋 copy color: '#A380F9'

red 163 ◦ green 128 ◦ blue 249

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

Shades of Light Slate Blue #A380F9

Tints of Light Slate Blue #A380F9

RGB

 RED value IS 163 (64.06% from 255) = 30.19%

 GREEN value IS 128 (50.39% from 255) = 23.7%

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

R = 30.19%
G = 23.7%
B = 46.11%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A380F9 (or 0xA380F9) is known color: Light Slate Blue. HEX triplet: A3, 80 and F9. RGB value is (163,128,249). Sum of RGB (Red+Green+Blue) = 163+128+249=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 128 (50.39% from 255 or 23.70% 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 #A380F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380F9 is #5C7F06. Grayscale: #979797. Windows color (decimal): -6061831 or 16351395. OLE color: 16351395.

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

Color convert

RGB 163 128 249 -
CMYK 0.35 0.49 0 0.02
HSL 257.36º 0.91% 0.74% -
HSV(B) 257.36º 0.49% 0.98% -
XYZ 39.92 30.06 93.32 -
YUV 152.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 163 128 249 0.35 0.49 0 0.02 257.36 0.91 0.74
Hex A3 80 F9 23 31 0 2 101 5B 4A
Octal 243 200 371 43 61 0 2 401 133 112
Binary 10100011 10000000 11111001 100011 110001 0 10 100000001 1011011 1001010

Color Harmonies of #A380F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380F9

Black with #A380F9

Text Example


Text Example

White with #A380F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380F9; }

 p { color: rgb(163,128,249); }

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

background-color css

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

 a { background-color: rgb(163,128,249); }

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

border-color css

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

 span { border-color: rgb(163,128,249); }

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