Html Css Color HEX #A375FC Light Slate Blue

📋 copy color: '#A375FC'

red 163 ◦ green 117 ◦ blue 252

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

Shades of Light Slate Blue #A375FC

Tints of Light Slate Blue #A375FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

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

R = 30.64%
G = 21.99%
B = 47.37%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A375FC (or 0xA375FC) is known color: Light Slate Blue. HEX triplet: A3, 75 and FC. RGB value is (163,117,252). Sum of RGB (Red+Green+Blue) = 163+117+252=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #A375FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375FC is #5C8A03. Grayscale: #919191. Windows color (decimal): -6064644 or 16545187. OLE color: 16545187.

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

Color convert

RGB 163 117 252 -
CMYK 0.35 0.54 0 0.01
HSL 260.44º 0.96% 0.72% -
HSV(B) 260.44º 0.54% 0.99% -
XYZ 39.04 27.54 95.35 -
YUV 146.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 163 117 252 0.35 0.54 0 0.01 260.44 0.96 0.72
Hex A3 75 FC 23 36 0 1 104 60 48
Octal 243 165 374 43 66 0 1 404 140 110
Binary 10100011 1110101 11111100 100011 110110 0 1 100000100 1100000 1001000

Color Harmonies of #A375FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375FC

Black with #A375FC

Text Example


Text Example

White with #A375FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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