Html Css Color HEX #A471EA Medium Purple

📋 copy color: '#A471EA'

red 164 ◦ green 113 ◦ blue 234

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

Shades of Medium Purple #A471EA

Tints of Medium Purple #A471EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 32.09%
G = 22.11%
B = 45.79%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A471EA (or 0xA471EA) is known color: Medium Purple. HEX triplet: A4, 71 and EA. RGB value is (164,113,234). Sum of RGB (Red+Green+Blue) = 164+113+234=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #A471EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471EA is #5B8E15. Grayscale: #8D8D8D. Windows color (decimal): -6000150 or 15364516. OLE color: 15364516.

HSL color Cylindrical-coordinate representation of color #A471EA: hue angle of 265.29º degrees, saturation: 0.74, 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 #A471EA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 113 234 -
CMYK 0.30 0.52 0 0.08
HSL 265.29º 0.74% 0.68% -
HSV(B) 265.29º 0.52% 0.92% -
XYZ 36.07 25.64 80.89 -
YUV 142.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 164 113 234 0.30 0.52 0 0.08 265.29 0.74 0.68
Hex A4 71 EA 1E 34 0 8 109 4A 44
Octal 244 161 352 36 64 0 10 411 112 104
Binary 10100100 1110001 11101010 11110 110100 0 1000 100001001 1001010 1000100

Color Harmonies of #A471EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471EA

Black with #A471EA

Text Example


Text Example

White with #A471EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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