Html Css Color HEX #A471E7 Medium Purple

📋 copy color: '#A471E7'

red 164 ◦ green 113 ◦ blue 231

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

Shades of Medium Purple #A471E7

Tints of Medium Purple #A471E7

RGB

 RED value IS 164 (64.45% from 255) = 32.28%

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 32.28%
G = 22.24%
B = 45.47%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A471E7 (or 0xA471E7) is known color: Medium Purple. HEX triplet: A4, 71 and E7. RGB value is (164,113,231). Sum of RGB (Red+Green+Blue) = 164+113+231=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #A471E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471E7 is #5B8E18. Grayscale: #8D8D8D. Windows color (decimal): -6000153 or 15167908. OLE color: 15167908.

HSL color Cylindrical-coordinate representation of color #A471E7: hue angle of 265.93º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A471E7 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 113 231 -
CMYK 0.29 0.51 0 0.09
HSL 265.93º 0.71% 0.67% -
HSV(B) 265.93º 0.51% 0.91% -
XYZ 35.64 25.47 78.64 -
YUV 141.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 164 113 231 0.29 0.51 0 0.09 265.93 0.71 0.67
Hex A4 71 E7 1D 33 0 9 10A 47 43
Octal 244 161 347 35 63 0 11 412 107 103
Binary 10100100 1110001 11100111 11101 110011 0 1001 100001010 1000111 1000011

Color Harmonies of #A471E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471E7

Black with #A471E7

Text Example


Text Example

White with #A471E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471E7; }

 p { color: rgb(164,113,231); }

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

background-color css

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

 a { background-color: rgb(164,113,231); }

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

border-color css

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

 span { border-color: rgb(164,113,231); }

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