Html Css Color HEX #A775E1 Medium Purple

📋 copy color: '#A775E1'

red 167 ◦ green 117 ◦ blue 225

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

Shades of Medium Purple #A775E1

Tints of Medium Purple #A775E1

RGB

 RED value IS 167 (65.63% from 255) = 32.81%

 GREEN value IS 117 (46.09% from 255) = 22.99%

 BLUE value IS 225 (88.28% from 255) = 44.2%

R = 32.81%
G = 22.99%
B = 44.2%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A775E1 (or 0xA775E1) is known color: Medium Purple. HEX triplet: A7, 75 and E1. RGB value is (167,117,225). Sum of RGB (Red+Green+Blue) = 167+117+225=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #A775E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775E1 is #588A1E. Grayscale: #8F8F8F. Windows color (decimal): -5802527 or 14775719. OLE color: 14775719.

HSL color Cylindrical-coordinate representation of color #A775E1: hue angle of 267.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A775E1 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 117 225 -
CMYK 0.26 0.48 0 0.12
HSL 267.78º 0.64% 0.67% -
HSV(B) 267.78º 0.48% 0.88% -
XYZ 35.89 26.37 74.43 -
YUV 144.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 167 117 225 0.26 0.48 0 0.12 267.78 0.64 0.67
Hex A7 75 E1 1A 30 0 C 10C 40 43
Octal 247 165 341 32 60 0 14 414 100 103
Binary 10100111 1110101 11100001 11010 110000 0 1100 100001100 1000000 1000011

Color Harmonies of #A775E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775E1

Black with #A775E1

Text Example


Text Example

White with #A775E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775E1; }

 p { color: rgb(167,117,225); }

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

background-color css

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

 a { background-color: rgb(167,117,225); }

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

border-color css

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

 span { border-color: rgb(167,117,225); }

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