Html Css Color HEX #A471E6 Medium Purple

📋 copy color: '#A471E6'

red 164 ◦ green 113 ◦ blue 230

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

Shades of Medium Purple #A471E6

Tints of Medium Purple #A471E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 32.35%
G = 22.29%
B = 45.36%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A471E6 (or 0xA471E6) is known color: Medium Purple. HEX triplet: A4, 71 and E6. RGB value is (164,113,230). Sum of RGB (Red+Green+Blue) = 164+113+230=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #A471E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471E6 is #5B8E19. Grayscale: #8D8D8D. Windows color (decimal): -6000154 or 15102372. OLE color: 15102372.

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

Color convert

RGB 164 113 230 -
CMYK 0.29 0.51 0 0.10
HSL 266.15º 0.7% 0.67% -
HSV(B) 266.15º 0.51% 0.9% -
XYZ 35.5 25.42 77.9 -
YUV 141.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 164 113 230 0.29 0.51 0 0.10 266.15 0.7 0.67
Hex A4 71 E6 1D 33 0 A 10A 46 43
Octal 244 161 346 35 63 0 12 412 106 103
Binary 10100100 1110001 11100110 11101 110011 0 1010 100001010 1000110 1000011

Color Harmonies of #A471E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471E6

Black with #A471E6

Text Example


Text Example

White with #A471E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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