Html Css Color HEX #A279F2 Medium Purple

📋 copy color: '#A279F2'

red 162 ◦ green 121 ◦ blue 242

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

Shades of Medium Purple #A279F2

Tints of Medium Purple #A279F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 30.86%
G = 23.05%
B = 46.1%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A279F2 (or 0xA279F2) is known color: Medium Purple. HEX triplet: A2, 79 and F2. RGB value is (162,121,242). Sum of RGB (Red+Green+Blue) = 162+121+242=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #A279F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A279F2 is #5D860D. Grayscale: #929292. Windows color (decimal): -6129166 or 15890850. OLE color: 15890850.

HSL color Cylindrical-coordinate representation of color #A279F2: hue angle of 260.33º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A279F2 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 121 242 -
CMYK 0.33 0.50 0 0.05
HSL 260.33º 0.82% 0.71% -
HSV(B) 260.33º 0.5% 0.95% -
XYZ 37.76 27.77 87.37 -
YUV 147.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 162 121 242 0.33 0.50 0 0.05 260.33 0.82 0.71
Hex A2 79 F2 21 32 0 5 104 52 47
Octal 242 171 362 41 62 0 5 404 122 107
Binary 10100010 1111001 11110010 100001 110010 0 101 100000100 1010010 1000111

Color Harmonies of #A279F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279F2

Black with #A279F2

Text Example


Text Example

White with #A279F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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