Html Css Color HEX #A775E4 Medium Purple

📋 copy color: '#A775E4'

red 167 ◦ green 117 ◦ blue 228

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

Shades of Medium Purple #A775E4

Tints of Medium Purple #A775E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 32.62%
G = 22.85%
B = 44.53%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A775E4 (or 0xA775E4) is known color: Medium Purple. HEX triplet: A7, 75 and E4. RGB value is (167,117,228). Sum of RGB (Red+Green+Blue) = 167+117+228=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #A775E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775E4 is #588A1B. Grayscale: #909090. Windows color (decimal): -5802524 or 14972327. OLE color: 14972327.

HSL color Cylindrical-coordinate representation of color #A775E4: hue angle of 267.03º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A775E4 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 117 228 -
CMYK 0.27 0.49 0 0.11
HSL 267.03º 0.67% 0.68% -
HSV(B) 267.03º 0.49% 0.89% -
XYZ 36.3 26.54 76.61 -
YUV 144.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 167 117 228 0.27 0.49 0 0.11 267.03 0.67 0.68
Hex A7 75 E4 1B 31 0 B 10B 43 44
Octal 247 165 344 33 61 0 13 413 103 104
Binary 10100111 1110101 11100100 11011 110001 0 1011 100001011 1000011 1000100

Color Harmonies of #A775E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775E4

Black with #A775E4

Text Example


Text Example

White with #A775E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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