Html Css Color HEX #A279DB Medium Purple

📋 copy color: '#A279DB'

red 162 ◦ green 121 ◦ blue 219

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

Shades of Medium Purple #A279DB

Tints of Medium Purple #A279DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.1%

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

R = 32.27%
G = 24.1%
B = 43.63%

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

#A279DB (or 0xA279DB) is known color: Medium Purple. HEX triplet: A2, 79 and DB. RGB value is (162,121,219). Sum of RGB (Red+Green+Blue) = 162+121+219=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A279DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279DB is #5D8624. Grayscale: #909090. Windows color (decimal): -6129189 or 14383522. OLE color: 14383522.

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

Color convert

RGB 162 121 219 -
CMYK 0.26 0.45 0 0.14
HSL 265.1º 0.58% 0.67% -
HSV(B) 265.1º 0.45% 0.86% -
XYZ 34.52 26.47 70.31 -
YUV 144.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 162 121 219 0.26 0.45 0 0.14 265.1 0.58 0.67
Hex A2 79 DB 1A 2D 0 E 109 3A 43
Octal 242 171 333 32 55 0 16 411 72 103
Binary 10100010 1111001 11011011 11010 101101 0 1110 100001001 111010 1000011

Color Harmonies of #A279DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279DB

Black with #A279DB

Text Example


Text Example

White with #A279DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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