Html Css Color HEX #A377EF Medium Purple

📋 copy color: '#A377EF'

red 163 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #A377EF

Tints of Medium Purple #A377EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 31.29%
G = 22.84%
B = 45.87%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A377EF (or 0xA377EF) is known color: Medium Purple. HEX triplet: A3, 77 and EF. RGB value is (163,119,239). Sum of RGB (Red+Green+Blue) = 163+119+239=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #A377EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377EF is #5C8810. Grayscale: #919191. Windows color (decimal): -6064145 or 15693731. OLE color: 15693731.

HSL color Cylindrical-coordinate representation of color #A377EF: hue angle of 262º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A377EF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 119 239 -
CMYK 0.32 0.50 0 0.06
HSL 262º 0.79% 0.7% -
HSV(B) 262º 0.5% 0.94% -
XYZ 37.28 27.21 84.95 -
YUV 145.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 163 119 239 0.32 0.50 0 0.06 262 0.79 0.7
Hex A3 77 EF 20 32 0 6 106 4F 46
Octal 243 167 357 40 62 0 6 406 117 106
Binary 10100011 1110111 11101111 100000 110010 0 110 100000110 1001111 1000110

Color Harmonies of #A377EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377EF

Black with #A377EF

Text Example


Text Example

White with #A377EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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