Html Css Color HEX #A379EB Medium Purple

📋 copy color: '#A379EB'

red 163 ◦ green 121 ◦ blue 235

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

Shades of Medium Purple #A379EB

Tints of Medium Purple #A379EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 31.41%
G = 23.31%
B = 45.28%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A379EB (or 0xA379EB) is known color: Medium Purple. HEX triplet: A3, 79 and EB. RGB value is (163,121,235). Sum of RGB (Red+Green+Blue) = 163+121+235=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #A379EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379EB is #5C8614. Grayscale: #929292. Windows color (decimal): -6063637 or 15432099. OLE color: 15432099.

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

Color convert

RGB 163 121 235 -
CMYK 0.31 0.49 0 0.08
HSL 262.11º 0.74% 0.7% -
HSV(B) 262.11º 0.49% 0.92% -
XYZ 36.94 27.46 81.95 -
YUV 146.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 163 121 235 0.31 0.49 0 0.08 262.11 0.74 0.7
Hex A3 79 EB 1F 31 0 8 106 4A 46
Octal 243 171 353 37 61 0 10 406 112 106
Binary 10100011 1111001 11101011 11111 110001 0 1000 100000110 1001010 1000110

Color Harmonies of #A379EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379EB

Black with #A379EB

Text Example


Text Example

White with #A379EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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