Html Css Color HEX #A770EE Medium Purple

📋 copy color: '#A770EE'

red 167 ◦ green 112 ◦ blue 238

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

Shades of Medium Purple #A770EE

Tints of Medium Purple #A770EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 32.3%
G = 21.66%
B = 46.03%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A770EE (or 0xA770EE) is known color: Medium Purple. HEX triplet: A7, 70 and EE. RGB value is (167,112,238). Sum of RGB (Red+Green+Blue) = 167+112+238=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #A770EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770EE is #588F11. Grayscale: #8E8E8E. Windows color (decimal): -5803794 or 15626407. OLE color: 15626407.

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

Color convert

RGB 167 112 238 -
CMYK 0.30 0.53 0 0.07
HSL 266.19º 0.79% 0.69% -
HSV(B) 266.19º 0.53% 0.93% -
XYZ 37.16 25.98 83.94 -
YUV 142.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 167 112 238 0.30 0.53 0 0.07 266.19 0.79 0.69
Hex A7 70 EE 1E 35 0 7 10A 4F 45
Octal 247 160 356 36 65 0 7 412 117 105
Binary 10100111 1110000 11101110 11110 110101 0 111 100001010 1001111 1000101

Color Harmonies of #A770EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770EE

Black with #A770EE

Text Example


Text Example

White with #A770EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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