Html Css Color HEX #A371FC Light Slate Blue

📋 copy color: '#A371FC'

red 163 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #A371FC

Tints of Light Slate Blue #A371FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

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

R = 30.87%
G = 21.4%
B = 47.73%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A371FC (or 0xA371FC) is known color: Light Slate Blue. HEX triplet: A3, 71 and FC. RGB value is (163,113,252). Sum of RGB (Red+Green+Blue) = 163+113+252=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A371FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371FC is #5C8E03. Grayscale: #8F8F8F. Windows color (decimal): -6065668 or 16544163. OLE color: 16544163.

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

Color convert

RGB 163 113 252 -
CMYK 0.35 0.55 0 0.01
HSL 261.58º 0.96% 0.72% -
HSV(B) 261.58º 0.55% 0.99% -
XYZ 38.58 26.63 95.2 -
YUV 143.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 163 113 252 0.35 0.55 0 0.01 261.58 0.96 0.72
Hex A3 71 FC 23 37 0 1 106 60 48
Octal 243 161 374 43 67 0 1 406 140 110
Binary 10100011 1110001 11111100 100011 110111 0 1 100000110 1100000 1001000

Color Harmonies of #A371FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371FC

Black with #A371FC

Text Example


Text Example

White with #A371FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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