Html Css Color HEX #A772EC Medium Purple

📋 copy color: '#A772EC'

red 167 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #A772EC

Tints of Medium Purple #A772EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 32.3%
G = 22.05%
B = 45.65%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A772EC (or 0xA772EC) is known color: Medium Purple. HEX triplet: A7, 72 and EC. RGB value is (167,114,236). Sum of RGB (Red+Green+Blue) = 167+114+236=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A772EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A772EC is #588D13. Grayscale: #8F8F8F. Windows color (decimal): -5803284 or 15495847. OLE color: 15495847.

HSL color Cylindrical-coordinate representation of color #A772EC: hue angle of 266.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A772EC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 114 236 -
CMYK 0.29 0.52 0 0.07
HSL 266.07º 0.76% 0.69% -
HSV(B) 266.07º 0.52% 0.93% -
XYZ 37.09 26.31 82.48 -
YUV 143.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 167 114 236 0.29 0.52 0 0.07 266.07 0.76 0.69
Hex A7 72 EC 1D 34 0 7 10A 4C 45
Octal 247 162 354 35 64 0 7 412 114 105
Binary 10100111 1110010 11101100 11101 110100 0 111 100001010 1001100 1000101

Color Harmonies of #A772EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772EC

Black with #A772EC

Text Example


Text Example

White with #A772EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772EC; }

 p { color: rgb(167,114,236); }

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

background-color css

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

 a { background-color: rgb(167,114,236); }

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

border-color css

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

 span { border-color: rgb(167,114,236); }

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