Html Css Color HEX #A770FE Medium Purple

📋 copy color: '#A770FE'

red 167 ◦ green 112 ◦ blue 254

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

Shades of Medium Purple #A770FE

Tints of Medium Purple #A770FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 31.33%
G = 21.01%
B = 47.65%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A770FE (or 0xA770FE) is known color: Medium Purple. HEX triplet: A7, 70 and FE. RGB value is (167,112,254). Sum of RGB (Red+Green+Blue) = 167+112+254=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A770FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770FE is #588F01. Grayscale: #909090. Windows color (decimal): -5803778 or 16674983. OLE color: 16674983.

HSL color Cylindrical-coordinate representation of color #A770FE: hue angle of 263.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A770FE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 112 254 -
CMYK 0.34 0.56 0 0.00
HSL 263.24º 0.99% 0.72% -
HSV(B) 263.24º 0.56% 1% -
XYZ 39.62 26.96 96.88 -
YUV 144.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 167 112 254 0.34 0.56 0 0.00 263.24 0.99 0.72
Hex A7 70 FE 22 38 0 0 107 63 48
Octal 247 160 376 42 70 0 0 407 143 110
Binary 10100111 1110000 11111110 100010 111000 0 0 100000111 1100011 1001000

Color Harmonies of #A770FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770FE

Black with #A770FE

Text Example


Text Example

White with #A770FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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