Html Css Color HEX #A279EF Medium Purple

📋 copy color: '#A279EF'

red 162 ◦ green 121 ◦ blue 239

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

Shades of Medium Purple #A279EF

Tints of Medium Purple #A279EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 31.03%
G = 23.18%
B = 45.79%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A279EF (or 0xA279EF) is known color: Medium Purple. HEX triplet: A2, 79 and EF. RGB value is (162,121,239). Sum of RGB (Red+Green+Blue) = 162+121+239=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #A279EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A279EF is #5D8610. Grayscale: #929292. Windows color (decimal): -6129169 or 15694242. OLE color: 15694242.

HSL color Cylindrical-coordinate representation of color #A279EF: hue angle of 260.85º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A279EF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 121 239 -
CMYK 0.32 0.49 0 0.06
HSL 260.85º 0.79% 0.71% -
HSV(B) 260.85º 0.49% 0.94% -
XYZ 37.32 27.59 85.02 -
YUV 146.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 162 121 239 0.32 0.49 0 0.06 260.85 0.79 0.71
Hex A2 79 EF 20 31 0 6 105 4F 47
Octal 242 171 357 40 61 0 6 405 117 107
Binary 10100010 1111001 11101111 100000 110001 0 110 100000101 1001111 1000111

Color Harmonies of #A279EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279EF

Black with #A279EF

Text Example


Text Example

White with #A279EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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