Html Css Color HEX #A379EA Medium Purple

📋 copy color: '#A379EA'

red 163 ◦ green 121 ◦ blue 234

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

Shades of Medium Purple #A379EA

Tints of Medium Purple #A379EA

RGB

 RED value IS 163 (64.06% from 255) = 31.47%

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 31.47%
G = 23.36%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A379EA (or 0xA379EA) is known color: Medium Purple. HEX triplet: A3, 79 and EA. RGB value is (163,121,234). Sum of RGB (Red+Green+Blue) = 163+121+234=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #A379EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379EA is #5C8615. Grayscale: #929292. Windows color (decimal): -6063638 or 15366563. OLE color: 15366563.

HSL color Cylindrical-coordinate representation of color #A379EA: hue angle of 262.3º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A379EA is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 121 234 -
CMYK 0.30 0.48 0 0.08
HSL 262.3º 0.73% 0.7% -
HSV(B) 262.3º 0.48% 0.92% -
XYZ 36.79 27.4 81.19 -
YUV 146.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 163 121 234 0.30 0.48 0 0.08 262.3 0.73 0.7
Hex A3 79 EA 1E 30 0 8 106 49 46
Octal 243 171 352 36 60 0 10 406 111 106
Binary 10100011 1111001 11101010 11110 110000 0 1000 100000110 1001001 1000110

Color Harmonies of #A379EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379EA

Black with #A379EA

Text Example


Text Example

White with #A379EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379EA; }

 p { color: rgb(163,121,234); }

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

background-color css

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

 a { background-color: rgb(163,121,234); }

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

border-color css

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

 span { border-color: rgb(163,121,234); }

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