Html Css Color HEX #A372FB Medium Purple

📋 copy color: '#A372FB'

red 163 ◦ green 114 ◦ blue 251

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

Shades of Medium Purple #A372FB

Tints of Medium Purple #A372FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 30.87%
G = 21.59%
B = 47.54%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A372FB (or 0xA372FB) is known color: Medium Purple. HEX triplet: A3, 72 and FB. RGB value is (163,114,251). Sum of RGB (Red+Green+Blue) = 163+114+251=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #A372FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372FB is #5C8D04. Grayscale: #8F8F8F. Windows color (decimal): -6065413 or 16478883. OLE color: 16478883.

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

Color convert

RGB 163 114 251 -
CMYK 0.35 0.55 0 0.02
HSL 261.46º 0.94% 0.72% -
HSV(B) 261.46º 0.55% 0.98% -
XYZ 38.53 26.79 94.41 -
YUV 144.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 163 114 251 0.35 0.55 0 0.02 261.46 0.94 0.72
Hex A3 72 FB 23 37 0 2 105 5E 48
Octal 243 162 373 43 67 0 2 405 136 110
Binary 10100011 1110010 11111011 100011 110111 0 10 100000101 1011110 1001000

Color Harmonies of #A372FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372FB

Black with #A372FB

Text Example


Text Example

White with #A372FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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