Html Css Color HEX #A777DB Medium Purple

📋 copy color: '#A777DB'

red 167 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #A777DB

Tints of Medium Purple #A777DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.56%

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

R = 33.07%
G = 23.56%
B = 43.37%

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

#A777DB (or 0xA777DB) is known color: Medium Purple. HEX triplet: A7, 77 and DB. RGB value is (167,119,219). Sum of RGB (Red+Green+Blue) = 167+119+219=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A777DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777DB is #588824. Grayscale: #909090. Windows color (decimal): -5802021 or 14383015. OLE color: 14383015.

HSL color Cylindrical-coordinate representation of color #A777DB: hue angle of 268.8º 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 #A777DB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 119 219 -
CMYK 0.24 0.46 0 0.14
HSL 268.8º 0.58% 0.66% -
HSV(B) 268.8º 0.46% 0.86% -
XYZ 35.32 26.52 70.28 -
YUV 144.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 167 119 219 0.24 0.46 0 0.14 268.8 0.58 0.66
Hex A7 77 DB 18 2E 0 E 10D 3A 42
Octal 247 167 333 30 56 0 16 415 72 102
Binary 10100111 1110111 11011011 11000 101110 0 1110 100001101 111010 1000010

Color Harmonies of #A777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A777DB

Black with #A777DB

Text Example


Text Example

White with #A777DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A777DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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