Html Css Color HEX #A770DF Medium Purple

📋 copy color: '#A770DF'

red 167 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #A770DF

Tints of Medium Purple #A770DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 33.27%
G = 22.31%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A770DF (or 0xA770DF) is known color: Medium Purple. HEX triplet: A7, 70 and DF. RGB value is (167,112,223). Sum of RGB (Red+Green+Blue) = 167+112+223=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A770DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770DF is #588F20. Grayscale: #8C8C8C. Windows color (decimal): -5803809 or 14643367. OLE color: 14643367.

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

Color convert

RGB 167 112 223 -
CMYK 0.25 0.50 0 0.13
HSL 269.73º 0.63% 0.66% -
HSV(B) 269.73º 0.5% 0.87% -
XYZ 35.05 25.13 72.82 -
YUV 141.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 167 112 223 0.25 0.50 0 0.13 269.73 0.63 0.66
Hex A7 70 DF 19 32 0 D 10E 3F 42
Octal 247 160 337 31 62 0 15 416 77 102
Binary 10100111 1110000 11011111 11001 110010 0 1101 100001110 111111 1000010

Color Harmonies of #A770DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770DF

Black with #A770DF

Text Example


Text Example

White with #A770DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770DF; }

 p { color: rgb(167,112,223); }

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

background-color css

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

 a { background-color: rgb(167,112,223); }

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

border-color css

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

 span { border-color: rgb(167,112,223); }

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