Html Css Color HEX #A770E6 Medium Purple

📋 copy color: '#A770E6'

red 167 ◦ green 112 ◦ blue 230

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

Shades of Medium Purple #A770E6

Tints of Medium Purple #A770E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 32.81%
G = 22%
B = 45.19%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A770E6 (or 0xA770E6) is known color: Medium Purple. HEX triplet: A7, 70 and E6. RGB value is (167,112,230). Sum of RGB (Red+Green+Blue) = 167+112+230=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #A770E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770E6 is #588F19. Grayscale: #8D8D8D. Windows color (decimal): -5803802 or 15102119. OLE color: 15102119.

HSL color Cylindrical-coordinate representation of color #A770E6: hue angle of 267.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A770E6 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 112 230 -
CMYK 0.27 0.51 0 0.10
HSL 267.97º 0.7% 0.67% -
HSV(B) 267.97º 0.51% 0.9% -
XYZ 36.01 25.52 77.89 -
YUV 141.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 167 112 230 0.27 0.51 0 0.10 267.97 0.7 0.67
Hex A7 70 E6 1B 33 0 A 10C 46 43
Octal 247 160 346 33 63 0 12 414 106 103
Binary 10100111 1110000 11100110 11011 110011 0 1010 100001100 1000110 1000011

Color Harmonies of #A770E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770E6

Black with #A770E6

Text Example


Text Example

White with #A770E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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