Html Css Color HEX #A389FE Light Slate Blue

📋 copy color: '#A389FE'

red 163 ◦ green 137 ◦ blue 254

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

Shades of Light Slate Blue #A389FE

Tints of Light Slate Blue #A389FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 29.42%
G = 24.73%
B = 45.85%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A389FE (or 0xA389FE) is known color: Light Slate Blue. HEX triplet: A3, 89 and FE. RGB value is (163,137,254). Sum of RGB (Red+Green+Blue) = 163+137+254=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A389FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389FE is #5C7601. Grayscale: #9D9D9D. Windows color (decimal): -6059522 or 16681379. OLE color: 16681379.

HSL color Cylindrical-coordinate representation of color #A389FE: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A389FE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 137 254 -
CMYK 0.36 0.46 0 0.00
HSL 253.33º 0.98% 0.77% -
HSV(B) 253.33º 0.46% 1% -
XYZ 41.94 32.83 97.89 -
YUV 158.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 163 137 254 0.36 0.46 0 0.00 253.33 0.98 0.77
Hex A3 89 FE 24 2E 0 0 FD 62 4D
Octal 243 211 376 44 56 0 0 375 142 115
Binary 10100011 10001001 11111110 100100 101110 0 0 11111101 1100010 1001101

Color Harmonies of #A389FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389FE

Black with #A389FE

Text Example


Text Example

White with #A389FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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