Html Css Color HEX #A474E6 Medium Purple

📋 copy color: '#A474E6'

red 164 ◦ green 116 ◦ blue 230

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

Shades of Medium Purple #A474E6

Tints of Medium Purple #A474E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.75%

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

R = 32.16%
G = 22.75%
B = 45.1%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A474E6 (or 0xA474E6) is known color: Medium Purple. HEX triplet: A4, 74 and E6. RGB value is (164,116,230). Sum of RGB (Red+Green+Blue) = 164+116+230=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #A474E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474E6 is #5B8B19. Grayscale: #8E8E8E. Windows color (decimal): -5999386 or 15103140. OLE color: 15103140.

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

Color convert

RGB 164 116 230 -
CMYK 0.29 0.50 0 0.10
HSL 265.26º 0.7% 0.68% -
HSV(B) 265.26º 0.5% 0.9% -
XYZ 35.84 26.1 78.01 -
YUV 143.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 164 116 230 0.29 0.50 0 0.10 265.26 0.7 0.68
Hex A4 74 E6 1D 32 0 A 109 46 44
Octal 244 164 346 35 62 0 12 411 106 104
Binary 10100100 1110100 11100110 11101 110010 0 1010 100001001 1000110 1000100

Color Harmonies of #A474E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474E6

Black with #A474E6

Text Example


Text Example

White with #A474E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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