Html Css Color HEX #A371EB Medium Purple

📋 copy color: '#A371EB'

red 163 ◦ green 113 ◦ blue 235

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

Shades of Medium Purple #A371EB

Tints of Medium Purple #A371EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 31.9%
G = 22.11%
B = 45.99%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A371EB (or 0xA371EB) is known color: Medium Purple. HEX triplet: A3, 71 and EB. RGB value is (163,113,235). Sum of RGB (Red+Green+Blue) = 163+113+235=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A371EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371EB is #5C8E14. Grayscale: #8D8D8D. Windows color (decimal): -6065685 or 15430051. OLE color: 15430051.

HSL color Cylindrical-coordinate representation of color #A371EB: hue angle of 264.59º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A371EB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 113 235 -
CMYK 0.31 0.52 0 0.08
HSL 264.59º 0.75% 0.68% -
HSV(B) 264.59º 0.52% 0.92% -
XYZ 36 25.59 81.64 -
YUV 141.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 163 113 235 0.31 0.52 0 0.08 264.59 0.75 0.68
Hex A3 71 EB 1F 34 0 8 109 4B 44
Octal 243 161 353 37 64 0 10 411 113 104
Binary 10100011 1110001 11101011 11111 110100 0 1000 100001001 1001011 1000100

Color Harmonies of #A371EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371EB

Black with #A371EB

Text Example


Text Example

White with #A371EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371EB; }

 p { color: rgb(163,113,235); }

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

background-color css

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

 a { background-color: rgb(163,113,235); }

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

border-color css

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

 span { border-color: rgb(163,113,235); }

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