Html Css Color HEX #A772DE Medium Purple

📋 copy color: '#A772DE'

red 167 ◦ green 114 ◦ blue 222

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

Shades of Medium Purple #A772DE

Tints of Medium Purple #A772DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 33.2%
G = 22.66%
B = 44.14%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A772DE (or 0xA772DE) is known color: Medium Purple. HEX triplet: A7, 72 and DE. RGB value is (167,114,222). Sum of RGB (Red+Green+Blue) = 167+114+222=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #A772DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772DE is #588D21. Grayscale: #8D8D8D. Windows color (decimal): -5803298 or 14578343. OLE color: 14578343.

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

Color convert

RGB 167 114 222 -
CMYK 0.25 0.49 0 0.13
HSL 269.44º 0.62% 0.66% -
HSV(B) 269.44º 0.49% 0.87% -
XYZ 35.14 25.52 72.18 -
YUV 142.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 167 114 222 0.25 0.49 0 0.13 269.44 0.62 0.66
Hex A7 72 DE 19 31 0 D 10D 3E 42
Octal 247 162 336 31 61 0 15 415 76 102
Binary 10100111 1110010 11011110 11001 110001 0 1101 100001101 111110 1000010

Color Harmonies of #A772DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772DE

Black with #A772DE

Text Example


Text Example

White with #A772DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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