Html Css Color HEX #A377FC Light Slate Blue

📋 copy color: '#A377FC'

red 163 ◦ green 119 ◦ blue 252

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

Shades of Light Slate Blue #A377FC

Tints of Light Slate Blue #A377FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.28%

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

R = 30.52%
G = 22.28%
B = 47.19%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A377FC (or 0xA377FC) is known color: Light Slate Blue. HEX triplet: A3, 77 and FC. RGB value is (163,119,252). Sum of RGB (Red+Green+Blue) = 163+119+252=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #A377FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377FC is #5C8803. Grayscale: #929292. Windows color (decimal): -6064132 or 16545699. OLE color: 16545699.

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

Color convert

RGB 163 119 252 -
CMYK 0.35 0.53 0 0.01
HSL 259.85º 0.96% 0.73% -
HSV(B) 259.85º 0.53% 0.99% -
XYZ 39.27 28.01 95.43 -
YUV 147.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 163 119 252 0.35 0.53 0 0.01 259.85 0.96 0.73
Hex A3 77 FC 23 35 0 1 104 60 49
Octal 243 167 374 43 65 0 1 404 140 111
Binary 10100011 1110111 11111100 100011 110101 0 1 100000100 1100000 1001001

Color Harmonies of #A377FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377FC

Black with #A377FC

Text Example


Text Example

White with #A377FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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