Html Css Color HEX #A373FC Light Slate Blue

📋 copy color: '#A373FC'

red 163 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #A373FC

Tints of Light Slate Blue #A373FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.7%

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

R = 30.75%
G = 21.7%
B = 47.55%

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

#A373FC (or 0xA373FC) is known color: Light Slate Blue. HEX triplet: A3, 73 and FC. RGB value is (163,115,252). Sum of RGB (Red+Green+Blue) = 163+115+252=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #A373FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373FC is #5C8C03. Grayscale: #909090. Windows color (decimal): -6065156 or 16544675. OLE color: 16544675.

HSL color Cylindrical-coordinate representation of color #A373FC: hue angle of 261.02º 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 #A373FC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 115 252 -
CMYK 0.35 0.54 0 0.01
HSL 261.02º 0.96% 0.72% -
HSV(B) 261.02º 0.54% 0.99% -
XYZ 38.81 27.08 95.28 -
YUV 144.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 163 115 252 0.35 0.54 0 0.01 261.02 0.96 0.72
Hex A3 73 FC 23 36 0 1 105 60 48
Octal 243 163 374 43 66 0 1 405 140 110
Binary 10100011 1110011 11111100 100011 110110 0 1 100000101 1100000 1001000

Color Harmonies of #A373FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373FC

Black with #A373FC

Text Example


Text Example

White with #A373FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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