Html Css Color HEX #A775E9 Medium Purple

📋 copy color: '#A775E9'

red 167 ◦ green 117 ◦ blue 233

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

Shades of Medium Purple #A775E9

Tints of Medium Purple #A775E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 32.3%
G = 22.63%
B = 45.07%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A775E9 (or 0xA775E9) is known color: Medium Purple. HEX triplet: A7, 75 and E9. RGB value is (167,117,233). Sum of RGB (Red+Green+Blue) = 167+117+233=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #A775E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A775E9 is #588A16. Grayscale: #909090. Windows color (decimal): -5802519 or 15300007. OLE color: 15300007.

HSL color Cylindrical-coordinate representation of color #A775E9: hue angle of 265.86º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A775E9 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 117 233 -
CMYK 0.28 0.50 0 0.09
HSL 265.86º 0.73% 0.69% -
HSV(B) 265.86º 0.5% 0.91% -
XYZ 37.01 26.82 80.32 -
YUV 145.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 167 117 233 0.28 0.50 0 0.09 265.86 0.73 0.69
Hex A7 75 E9 1C 32 0 9 10A 48 45
Octal 247 165 351 34 62 0 11 412 110 105
Binary 10100111 1110101 11101001 11100 110010 0 1001 100001010 1001000 1000101

Color Harmonies of #A775E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775E9

Black with #A775E9

Text Example


Text Example

White with #A775E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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