Html Css Color HEX #A778DB Medium Purple

📋 copy color: '#A778DB'

red 167 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #A778DB

Tints of Medium Purple #A778DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 33%
G = 23.72%
B = 43.28%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A778DB (or 0xA778DB) is known color: Medium Purple. HEX triplet: A7, 78 and DB. RGB value is (167,120,219). Sum of RGB (Red+Green+Blue) = 167+120+219=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #A778DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778DB is #588724. Grayscale: #909090. Windows color (decimal): -5801765 or 14383271. OLE color: 14383271.

HSL color Cylindrical-coordinate representation of color #A778DB: hue angle of 268.48º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A778DB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 120 219 -
CMYK 0.24 0.45 0 0.14
HSL 268.48º 0.58% 0.66% -
HSV(B) 268.48º 0.45% 0.86% -
XYZ 35.44 26.76 70.32 -
YUV 145.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 167 120 219 0.24 0.45 0 0.14 268.48 0.58 0.66
Hex A7 78 DB 18 2D 0 E 10C 3A 42
Octal 247 170 333 30 55 0 16 414 72 102
Binary 10100111 1111000 11011011 11000 101101 0 1110 100001100 111010 1000010

Color Harmonies of #A778DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778DB

Black with #A778DB

Text Example


Text Example

White with #A778DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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