Html Css Color HEX #A770FC Medium Purple

📋 copy color: '#A770FC'

red 167 ◦ green 112 ◦ blue 252

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

Shades of Medium Purple #A770FC

Tints of Medium Purple #A770FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 31.45%
G = 21.09%
B = 47.46%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A770FC (or 0xA770FC) is known color: Medium Purple. HEX triplet: A7, 70 and FC. RGB value is (167,112,252). Sum of RGB (Red+Green+Blue) = 167+112+252=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #A770FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770FC is #588F03. Grayscale: #8F8F8F. Windows color (decimal): -5803780 or 16543911. OLE color: 16543911.

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

Color convert

RGB 167 112 252 -
CMYK 0.34 0.56 0 0.01
HSL 263.57º 0.96% 0.71% -
HSV(B) 263.57º 0.56% 0.99% -
XYZ 39.3 26.83 95.2 -
YUV 144.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 167 112 252 0.34 0.56 0 0.01 263.57 0.96 0.71
Hex A7 70 FC 22 38 0 1 108 60 47
Octal 247 160 374 42 70 0 1 410 140 107
Binary 10100111 1110000 11111100 100010 111000 0 1 100001000 1100000 1000111

Color Harmonies of #A770FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770FC

Black with #A770FC

Text Example


Text Example

White with #A770FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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