Html Css Color HEX #A774FC Medium Purple

📋 copy color: '#A774FC'

red 167 ◦ green 116 ◦ blue 252

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

Shades of Medium Purple #A774FC

Tints of Medium Purple #A774FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.68%

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

R = 31.21%
G = 21.68%
B = 47.1%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A774FC (or 0xA774FC) is known color: Medium Purple. HEX triplet: A7, 74 and FC. RGB value is (167,116,252). Sum of RGB (Red+Green+Blue) = 167+116+252=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A774FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774FC is #588B03. Grayscale: #929292. Windows color (decimal): -5802756 or 16544935. OLE color: 16544935.

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

Color convert

RGB 167 116 252 -
CMYK 0.34 0.54 0 0.01
HSL 262.5º 0.96% 0.72% -
HSV(B) 262.5º 0.54% 0.99% -
XYZ 39.75 27.73 95.35 -
YUV 146.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 167 116 252 0.34 0.54 0 0.01 262.5 0.96 0.72
Hex A7 74 FC 22 36 0 1 106 60 48
Octal 247 164 374 42 66 0 1 406 140 110
Binary 10100111 1110100 11111100 100010 110110 0 1 100000110 1100000 1001000

Color Harmonies of #A774FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774FC

Black with #A774FC

Text Example


Text Example

White with #A774FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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