Html Css Color HEX #A772DD Medium Purple

📋 copy color: '#A772DD'

red 167 ◦ green 114 ◦ blue 221

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

Shades of Medium Purple #A772DD

Tints of Medium Purple #A772DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 33.27%
G = 22.71%
B = 44.02%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A772DD (or 0xA772DD) is known color: Medium Purple. HEX triplet: A7, 72 and DD. RGB value is (167,114,221). Sum of RGB (Red+Green+Blue) = 167+114+221=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A772DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772DD is #588D22. Grayscale: #8D8D8D. Windows color (decimal): -5803299 or 14512807. OLE color: 14512807.

HSL color Cylindrical-coordinate representation of color #A772DD: hue angle of 269.72º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A772DD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 114 221 -
CMYK 0.24 0.48 0 0.13
HSL 269.72º 0.61% 0.66% -
HSV(B) 269.72º 0.48% 0.87% -
XYZ 35 25.47 71.48 -
YUV 142.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 167 114 221 0.24 0.48 0 0.13 269.72 0.61 0.66
Hex A7 72 DD 18 30 0 D 10E 3D 42
Octal 247 162 335 30 60 0 15 416 75 102
Binary 10100111 1110010 11011101 11000 110000 0 1101 100001110 111101 1000010

Color Harmonies of #A772DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772DD

Black with #A772DD

Text Example


Text Example

White with #A772DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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