Html Css Color HEX #A374DA Medium Purple

📋 copy color: '#A374DA'

red 163 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #A374DA

Tints of Medium Purple #A374DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 32.8%
G = 23.34%
B = 43.86%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A374DA (or 0xA374DA) is known color: Medium Purple. HEX triplet: A3, 74 and DA. RGB value is (163,116,218). Sum of RGB (Red+Green+Blue) = 163+116+218=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A374DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374DA is #5C8B25. Grayscale: #8D8D8D. Windows color (decimal): -6064934 or 14316707. OLE color: 14316707.

HSL color Cylindrical-coordinate representation of color #A374DA: hue angle of 267.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A374DA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 116 218 -
CMYK 0.25 0.47 0 0.15
HSL 267.65º 0.58% 0.65% -
HSV(B) 267.65º 0.47% 0.85% -
XYZ 34 25.34 69.43 -
YUV 141.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 163 116 218 0.25 0.47 0 0.15 267.65 0.58 0.65
Hex A3 74 DA 19 2F 0 F 10C 3A 41
Octal 243 164 332 31 57 0 17 414 72 101
Binary 10100011 1110100 11011010 11001 101111 0 1111 100001100 111010 1000001

Color Harmonies of #A374DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374DA

Black with #A374DA

Text Example


Text Example

White with #A374DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374DA; }

 p { color: rgb(163,116,218); }

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

background-color css

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

 a { background-color: rgb(163,116,218); }

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

border-color css

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

 span { border-color: rgb(163,116,218); }

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