Html Css Color HEX #A776DB Medium Purple

📋 copy color: '#A776DB'

red 167 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #A776DB

Tints of Medium Purple #A776DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

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

R = 33.13%
G = 23.41%
B = 43.45%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A776DB (or 0xA776DB) is known color: Medium Purple. HEX triplet: A7, 76 and DB. RGB value is (167,118,219). Sum of RGB (Red+Green+Blue) = 167+118+219=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #A776DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776DB is #588924. Grayscale: #8F8F8F. Windows color (decimal): -5802277 or 14382759. OLE color: 14382759.

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

Color convert

RGB 167 118 219 -
CMYK 0.24 0.46 0 0.14
HSL 269.11º 0.58% 0.66% -
HSV(B) 269.11º 0.46% 0.86% -
XYZ 35.2 26.29 70.24 -
YUV 144.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 167 118 219 0.24 0.46 0 0.14 269.11 0.58 0.66
Hex A7 76 DB 18 2E 0 E 10D 3A 42
Octal 247 166 333 30 56 0 16 415 72 102
Binary 10100111 1110110 11011011 11000 101110 0 1110 100001101 111010 1000010

Color Harmonies of #A776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776DB

Black with #A776DB

Text Example


Text Example

White with #A776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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