Html Css Color HEX #A770EF Medium Purple

📋 copy color: '#A770EF'

red 167 ◦ green 112 ◦ blue 239

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

Shades of Medium Purple #A770EF

Tints of Medium Purple #A770EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 32.24%
G = 21.62%
B = 46.14%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A770EF (or 0xA770EF) is known color: Medium Purple. HEX triplet: A7, 70 and EF. RGB value is (167,112,239). Sum of RGB (Red+Green+Blue) = 167+112+239=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #A770EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770EF is #588F10. Grayscale: #8E8E8E. Windows color (decimal): -5803793 or 15691943. OLE color: 15691943.

HSL color Cylindrical-coordinate representation of color #A770EF: hue angle of 265.98º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A770EF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 112 239 -
CMYK 0.30 0.53 0 0.06
HSL 265.98º 0.8% 0.69% -
HSV(B) 265.98º 0.53% 0.94% -
XYZ 37.31 26.04 84.72 -
YUV 142.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 167 112 239 0.30 0.53 0 0.06 265.98 0.8 0.69
Hex A7 70 EF 1E 35 0 6 10A 50 45
Octal 247 160 357 36 65 0 6 412 120 105
Binary 10100111 1110000 11101111 11110 110101 0 110 100001010 1010000 1000101

Color Harmonies of #A770EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770EF

Black with #A770EF

Text Example


Text Example

White with #A770EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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