Html Css Color HEX #A279D6 Medium Purple

📋 copy color: '#A279D6'

red 162 ◦ green 121 ◦ blue 214

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

Shades of Medium Purple #A279D6

Tints of Medium Purple #A279D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 32.6%
G = 24.35%
B = 43.06%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A279D6 (or 0xA279D6) is known color: Medium Purple. HEX triplet: A2, 79 and D6. RGB value is (162,121,214). Sum of RGB (Red+Green+Blue) = 162+121+214=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #A279D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279D6 is #5D8629. Grayscale: #8F8F8F. Windows color (decimal): -6129194 or 14055842. OLE color: 14055842.

HSL color Cylindrical-coordinate representation of color #A279D6: hue angle of 266.45º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A279D6 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 121 214 -
CMYK 0.24 0.43 0 0.16
HSL 266.45º 0.53% 0.66% -
HSV(B) 266.45º 0.43% 0.84% -
XYZ 33.88 26.21 66.89 -
YUV 143.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 162 121 214 0.24 0.43 0 0.16 266.45 0.53 0.66
Hex A2 79 D6 18 2B 0 10 10A 35 42
Octal 242 171 326 30 53 0 20 412 65 102
Binary 10100010 1111001 11010110 11000 101011 0 10000 100001010 110101 1000010

Color Harmonies of #A279D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279D6

Black with #A279D6

Text Example


Text Example

White with #A279D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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