Html Css Color HEX #A374F6 Medium Purple

📋 copy color: '#A374F6'

red 163 ◦ green 116 ◦ blue 246

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

Shades of Medium Purple #A374F6

Tints of Medium Purple #A374F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.86%

R = 31.05%
G = 22.1%
B = 46.86%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A374F6 (or 0xA374F6) is known color: Medium Purple. HEX triplet: A3, 74 and F6. RGB value is (163,116,246). Sum of RGB (Red+Green+Blue) = 163+116+246=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #A374F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374F6 is #5C8B09. Grayscale: #909090. Windows color (decimal): -6064906 or 16151715. OLE color: 16151715.

HSL color Cylindrical-coordinate representation of color #A374F6: hue angle of 261.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A374F6 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 116 246 -
CMYK 0.34 0.53 0 0.04
HSL 261.69º 0.88% 0.71% -
HSV(B) 261.69º 0.53% 0.96% -
XYZ 37.98 26.93 90.39 -
YUV 144.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 163 116 246 0.34 0.53 0 0.04 261.69 0.88 0.71
Hex A3 74 F6 22 35 0 4 106 58 47
Octal 243 164 366 42 65 0 4 406 130 107
Binary 10100011 1110100 11110110 100010 110101 0 100 100000110 1011000 1000111

Color Harmonies of #A374F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374F6

Black with #A374F6

Text Example


Text Example

White with #A374F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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