Html Css Color HEX #A774E6 Medium Purple

📋 copy color: '#A774E6'

red 167 ◦ green 116 ◦ blue 230

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

Shades of Medium Purple #A774E6

Tints of Medium Purple #A774E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 230 (90.23% from 255) = 44.83%

R = 32.55%
G = 22.61%
B = 44.83%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A774E6 (or 0xA774E6) is known color: Medium Purple. HEX triplet: A7, 74 and E6. RGB value is (167,116,230). Sum of RGB (Red+Green+Blue) = 167+116+230=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #A774E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774E6 is #588B19. Grayscale: #8F8F8F. Windows color (decimal): -5802778 or 15103143. OLE color: 15103143.

HSL color Cylindrical-coordinate representation of color #A774E6: hue angle of 266.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A774E6 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 116 230 -
CMYK 0.27 0.50 0 0.10
HSL 266.84º 0.7% 0.68% -
HSV(B) 266.84º 0.5% 0.9% -
XYZ 36.46 26.42 78.04 -
YUV 144.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 167 116 230 0.27 0.50 0 0.10 266.84 0.7 0.68
Hex A7 74 E6 1B 32 0 A 10B 46 44
Octal 247 164 346 33 62 0 12 413 106 104
Binary 10100111 1110100 11100110 11011 110010 0 1010 100001011 1000110 1000100

Color Harmonies of #A774E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774E6

Black with #A774E6

Text Example


Text Example

White with #A774E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774E6; }

 p { color: rgb(167,116,230); }

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

background-color css

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

 a { background-color: rgb(167,116,230); }

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

border-color css

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

 span { border-color: rgb(167,116,230); }

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