Html Css Color HEX #A377FF Light Slate Blue

📋 copy color: '#A377FF'

red 163 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #A377FF

Tints of Light Slate Blue #A377FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 30.35%
G = 22.16%
B = 47.49%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A377FF (or 0xA377FF) is known color: Light Slate Blue. HEX triplet: A3, 77 and FF. RGB value is (163,119,255). Sum of RGB (Red+Green+Blue) = 163+119+255=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A377FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377FF is #5C8800. Grayscale: #939393. Windows color (decimal): -6064129 or 16742307. OLE color: 16742307.

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

Color convert

RGB 163 119 255 -
CMYK 0.36 0.53 0 0
HSL 259.41º 1% 0.73% -
HSV(B) 259.41º 0.53% 1% -
XYZ 39.75 28.2 97.96 -
YUV 147.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 163 119 255 0.36 0.53 0 0 259.41 1 0.73
Hex A3 77 FF 24 35 0 0 103 64 49
Octal 243 167 377 44 65 0 0 403 144 111
Binary 10100011 1110111 11111111 100100 110101 0 0 100000011 1100100 1001001

Color Harmonies of #A377FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377FF

Black with #A377FF

Text Example


Text Example

White with #A377FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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