Html Css Color HEX #A471ED Medium Purple

📋 copy color: '#A471ED'

red 164 ◦ green 113 ◦ blue 237

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

Shades of Medium Purple #A471ED

Tints of Medium Purple #A471ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 31.91%
G = 21.98%
B = 46.11%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A471ED (or 0xA471ED) is known color: Medium Purple. HEX triplet: A4, 71 and ED. RGB value is (164,113,237). Sum of RGB (Red+Green+Blue) = 164+113+237=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A471ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471ED is #5B8E12. Grayscale: #8D8D8D. Windows color (decimal): -6000147 or 15561124. OLE color: 15561124.

HSL color Cylindrical-coordinate representation of color #A471ED: hue angle of 264.68º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A471ED is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 113 237 -
CMYK 0.31 0.52 0 0.07
HSL 264.68º 0.78% 0.69% -
HSV(B) 264.68º 0.52% 0.93% -
XYZ 36.5 25.82 83.18 -
YUV 142.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 164 113 237 0.31 0.52 0 0.07 264.68 0.78 0.69
Hex A4 71 ED 1F 34 0 7 109 4E 45
Octal 244 161 355 37 64 0 7 411 116 105
Binary 10100100 1110001 11101101 11111 110100 0 111 100001001 1001110 1000101

Color Harmonies of #A471ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471ED

Black with #A471ED

Text Example


Text Example

White with #A471ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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