Html Css Color HEX #A372F9 Medium Purple

📋 copy color: '#A372F9'

red 163 ◦ green 114 ◦ blue 249

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

Shades of Medium Purple #A372F9

Tints of Medium Purple #A372F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.67%

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

R = 30.99%
G = 21.67%
B = 47.34%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A372F9 (or 0xA372F9) is known color: Medium Purple. HEX triplet: A3, 72 and F9. RGB value is (163,114,249). Sum of RGB (Red+Green+Blue) = 163+114+249=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #A372F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372F9 is #5C8D06. Grayscale: #8F8F8F. Windows color (decimal): -6065415 or 16347811. OLE color: 16347811.

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

Color convert

RGB 163 114 249 -
CMYK 0.35 0.54 0 0.02
HSL 261.78º 0.92% 0.71% -
HSV(B) 261.78º 0.54% 0.98% -
XYZ 38.22 26.66 92.75 -
YUV 144.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 163 114 249 0.35 0.54 0 0.02 261.78 0.92 0.71
Hex A3 72 F9 23 36 0 2 106 5C 47
Octal 243 162 371 43 66 0 2 406 134 107
Binary 10100011 1110010 11111001 100011 110110 0 10 100000110 1011100 1000111

Color Harmonies of #A372F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372F9

Black with #A372F9

Text Example


Text Example

White with #A372F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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