Html Css Color HEX #A389F9 Light Slate Blue

📋 copy color: '#A389F9'

red 163 ◦ green 137 ◦ blue 249

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

Shades of Light Slate Blue #A389F9

Tints of Light Slate Blue #A389F9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.95%

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

R = 29.69%
G = 24.95%
B = 45.36%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A389F9 (or 0xA389F9) is known color: Light Slate Blue. HEX triplet: A3, 89 and F9. RGB value is (163,137,249). Sum of RGB (Red+Green+Blue) = 163+137+249=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #A389F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389F9 is #5C7606. Grayscale: #9D9D9D. Windows color (decimal): -6059527 or 16353699. OLE color: 16353699.

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

Color convert

RGB 163 137 249 -
CMYK 0.35 0.45 0 0.02
HSL 253.93º 0.9% 0.76% -
HSV(B) 253.93º 0.45% 0.98% -
XYZ 41.15 32.52 93.73 -
YUV 157.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 163 137 249 0.35 0.45 0 0.02 253.93 0.9 0.76
Hex A3 89 F9 23 2D 0 2 FE 5A 4C
Octal 243 211 371 43 55 0 2 376 132 114
Binary 10100011 10001001 11111001 100011 101101 0 10 11111110 1011010 1001100

Color Harmonies of #A389F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389F9

Black with #A389F9

Text Example


Text Example

White with #A389F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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