Html Css Color HEX #A385F9 Light Slate Blue

📋 copy color: '#A385F9'

red 163 ◦ green 133 ◦ blue 249

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

Shades of Light Slate Blue #A385F9

Tints of Light Slate Blue #A385F9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

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

R = 29.91%
G = 24.4%
B = 45.69%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A385F9 (or 0xA385F9) is known color: Light Slate Blue. HEX triplet: A3, 85 and F9. RGB value is (163,133,249). Sum of RGB (Red+Green+Blue) = 163+133+249=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #A385F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385F9 is #5C7A06. Grayscale: #9A9A9A. Windows color (decimal): -6060551 or 16352675. OLE color: 16352675.

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

Color convert

RGB 163 133 249 -
CMYK 0.35 0.47 0 0.02
HSL 255.52º 0.91% 0.75% -
HSV(B) 255.52º 0.47% 0.98% -
XYZ 40.59 31.4 93.54 -
YUV 155.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 163 133 249 0.35 0.47 0 0.02 255.52 0.91 0.75
Hex A3 85 F9 23 2F 0 2 100 5B 4B
Octal 243 205 371 43 57 0 2 400 133 113
Binary 10100011 10000101 11111001 100011 101111 0 10 100000000 1011011 1001011

Color Harmonies of #A385F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385F9

Black with #A385F9

Text Example


Text Example

White with #A385F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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