Html Css Color HEX #A385FE Light Slate Blue

📋 copy color: '#A385FE'

red 163 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A385FE

Tints of Light Slate Blue #A385FE

RGB

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

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

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

R = 29.64%
G = 24.18%
B = 46.18%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A385FE (or 0xA385FE) is known color: Light Slate Blue. HEX triplet: A3, 85 and FE. RGB value is (163,133,254). Sum of RGB (Red+Green+Blue) = 163+133+254=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #A385FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385FE is #5C7A01. Grayscale: #9B9B9B. Windows color (decimal): -6060546 or 16680355. OLE color: 16680355.

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

Color convert

RGB 163 133 254 -
CMYK 0.36 0.48 0 0.00
HSL 254.88º 0.98% 0.76% -
HSV(B) 254.88º 0.48% 1% -
XYZ 41.38 31.72 97.71 -
YUV 155.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 163 133 254 0.36 0.48 0 0.00 254.88 0.98 0.76
Hex A3 85 FE 24 30 0 0 FF 62 4C
Octal 243 205 376 44 60 0 0 377 142 114
Binary 10100011 10000101 11111110 100100 110000 0 0 11111111 1100010 1001100

Color Harmonies of #A385FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385FE

Black with #A385FE

Text Example


Text Example

White with #A385FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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