Html Css Color HEX #A374F9 Medium Purple

📋 copy color: '#A374F9'

red 163 ◦ green 116 ◦ blue 249

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

Shades of Medium Purple #A374F9

Tints of Medium Purple #A374F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.16%

R = 30.87%
G = 21.97%
B = 47.16%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A374F9 (or 0xA374F9) is known color: Medium Purple. HEX triplet: A3, 74 and F9. RGB value is (163,116,249). Sum of RGB (Red+Green+Blue) = 163+116+249=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #A374F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374F9 is #5C8B06. Grayscale: #909090. Windows color (decimal): -6064903 or 16348323. OLE color: 16348323.

HSL color Cylindrical-coordinate representation of color #A374F9: hue angle of 261.2º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A374F9 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 116 249 -
CMYK 0.35 0.53 0 0.02
HSL 261.2º 0.92% 0.72% -
HSV(B) 261.2º 0.53% 0.98% -
XYZ 38.45 27.12 92.83 -
YUV 145.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 163 116 249 0.35 0.53 0 0.02 261.2 0.92 0.72
Hex A3 74 F9 23 35 0 2 105 5C 48
Octal 243 164 371 43 65 0 2 405 134 110
Binary 10100011 1110100 11111001 100011 110101 0 10 100000101 1011100 1001000

Color Harmonies of #A374F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374F9

Black with #A374F9

Text Example


Text Example

White with #A374F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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