Html Css Color HEX #A389FC Light Slate Blue

📋 copy color: '#A389FC'

red 163 ◦ green 137 ◦ blue 252

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

Shades of Light Slate Blue #A389FC

Tints of Light Slate Blue #A389FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 29.53%
G = 24.82%
B = 45.65%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A389FC (or 0xA389FC) is known color: Light Slate Blue. HEX triplet: A3, 89 and FC. RGB value is (163,137,252). Sum of RGB (Red+Green+Blue) = 163+137+252=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #A389FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389FC is #5C7603. Grayscale: #9D9D9D. Windows color (decimal): -6059524 or 16550307. OLE color: 16550307.

HSL color Cylindrical-coordinate representation of color #A389FC: hue angle of 253.57º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A389FC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 137 252 -
CMYK 0.35 0.46 0 0.01
HSL 253.57º 0.95% 0.76% -
HSV(B) 253.57º 0.46% 0.99% -
XYZ 41.62 32.71 96.21 -
YUV 157.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 163 137 252 0.35 0.46 0 0.01 253.57 0.95 0.76
Hex A3 89 FC 23 2E 0 1 FE 5F 4C
Octal 243 211 374 43 56 0 1 376 137 114
Binary 10100011 10001001 11111100 100011 101110 0 1 11111110 1011111 1001100

Color Harmonies of #A389FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389FC

Black with #A389FC

Text Example


Text Example

White with #A389FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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