Html Css Color HEX #A385FC Light Slate Blue

📋 copy color: '#A385FC'

red 163 ◦ green 133 ◦ blue 252

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

Shades of Light Slate Blue #A385FC

Tints of Light Slate Blue #A385FC

RGB

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

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

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

R = 29.74%
G = 24.27%
B = 45.99%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A385FC (or 0xA385FC) is known color: Light Slate Blue. HEX triplet: A3, 85 and FC. RGB value is (163,133,252). Sum of RGB (Red+Green+Blue) = 163+133+252=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #A385FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385FC is #5C7A03. Grayscale: #9B9B9B. Windows color (decimal): -6060548 or 16549283. OLE color: 16549283.

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

Color convert

RGB 163 133 252 -
CMYK 0.35 0.47 0 0.01
HSL 255.13º 0.95% 0.75% -
HSV(B) 255.13º 0.47% 0.99% -
XYZ 41.06 31.59 96.03 -
YUV 155.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 163 133 252 0.35 0.47 0 0.01 255.13 0.95 0.75
Hex A3 85 FC 23 2F 0 1 FF 5F 4B
Octal 243 205 374 43 57 0 1 377 137 113
Binary 10100011 10000101 11111100 100011 101111 0 1 11111111 1011111 1001011

Color Harmonies of #A385FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385FC

Black with #A385FC

Text Example


Text Example

White with #A385FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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