Html Css Color HEX #A778F2 Medium Purple

📋 copy color: '#A778F2'

red 167 ◦ green 120 ◦ blue 242

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

Shades of Medium Purple #A778F2

Tints of Medium Purple #A778F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.68%

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 31.57%
G = 22.68%
B = 45.75%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A778F2 (or 0xA778F2) is known color: Medium Purple. HEX triplet: A7, 78 and F2. RGB value is (167,120,242). Sum of RGB (Red+Green+Blue) = 167+120+242=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #A778F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A778F2 is #58870D. Grayscale: #939393. Windows color (decimal): -5801742 or 15890599. OLE color: 15890599.

HSL color Cylindrical-coordinate representation of color #A778F2: hue angle of 263.11º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A778F2 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 120 242 -
CMYK 0.31 0.50 0 0.05
HSL 263.11º 0.82% 0.71% -
HSV(B) 263.11º 0.5% 0.95% -
XYZ 38.68 28.06 87.38 -
YUV 147.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 167 120 242 0.31 0.50 0 0.05 263.11 0.82 0.71
Hex A7 78 F2 1F 32 0 5 107 52 47
Octal 247 170 362 37 62 0 5 407 122 107
Binary 10100111 1111000 11110010 11111 110010 0 101 100000111 1010010 1000111

Color Harmonies of #A778F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778F2

Black with #A778F2

Text Example


Text Example

White with #A778F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778F2; }

 p { color: rgb(167,120,242); }

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

background-color css

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

 a { background-color: rgb(167,120,242); }

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

border-color css

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

 span { border-color: rgb(167,120,242); }

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