Html Css Color HEX #A389FF Light Slate Blue

📋 copy color: '#A389FF'

red 163 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A389FF

Tints of Light Slate Blue #A389FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 29.37%
G = 24.68%
B = 45.95%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A389FF (or 0xA389FF) is known color: Light Slate Blue. HEX triplet: A3, 89 and FF. RGB value is (163,137,255). Sum of RGB (Red+Green+Blue) = 163+137+255=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A389FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389FF is #5C7600. Grayscale: #9D9D9D. Windows color (decimal): -6059521 or 16746915. OLE color: 16746915.

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

Color convert

RGB 163 137 255 -
CMYK 0.36 0.46 0 0
HSL 253.22º 1% 0.77% -
HSV(B) 253.22º 0.46% 1% -
XYZ 42.1 32.9 98.74 -
YUV 158.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 163 137 255 0.36 0.46 0 0 253.22 1 0.77
Hex A3 89 FF 24 2E 0 0 FD 64 4D
Octal 243 211 377 44 56 0 0 375 144 115
Binary 10100011 10001001 11111111 100100 101110 0 0 11111101 1100100 1001101

Color Harmonies of #A389FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389FF

Black with #A389FF

Text Example


Text Example

White with #A389FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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