Html Css Color HEX #A278DB Medium Purple

📋 copy color: '#A278DB'

red 162 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #A278DB

Tints of Medium Purple #A278DB

RGB

 RED value IS 162 (63.67% from 255) = 32.34%

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

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

R = 32.34%
G = 23.95%
B = 43.71%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A278DB (or 0xA278DB) is known color: Medium Purple. HEX triplet: A2, 78 and DB. RGB value is (162,120,219). Sum of RGB (Red+Green+Blue) = 162+120+219=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A278DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278DB is #5D8724. Grayscale: #8F8F8F. Windows color (decimal): -6129445 or 14383266. OLE color: 14383266.

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

Color convert

RGB 162 120 219 -
CMYK 0.26 0.45 0 0.14
HSL 265.45º 0.58% 0.66% -
HSV(B) 265.45º 0.45% 0.86% -
XYZ 34.4 26.23 70.27 -
YUV 143.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 162 120 219 0.26 0.45 0 0.14 265.45 0.58 0.66
Hex A2 78 DB 1A 2D 0 E 109 3A 42
Octal 242 170 333 32 55 0 16 411 72 102
Binary 10100010 1111000 11011011 11010 101101 0 1110 100001001 111010 1000010

Color Harmonies of #A278DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A278DB

Black with #A278DB

Text Example


Text Example

White with #A278DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A278DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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