Html Css Color HEX #A475E5 Medium Purple

📋 copy color: '#A475E5'

red 164 ◦ green 117 ◦ blue 229

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

Shades of Medium Purple #A475E5

Tints of Medium Purple #A475E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

 BLUE value IS 229 (89.84% from 255) = 44.9%

R = 32.16%
G = 22.94%
B = 44.9%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A475E5 (or 0xA475E5) is known color: Medium Purple. HEX triplet: A4, 75 and E5. RGB value is (164,117,229). Sum of RGB (Red+Green+Blue) = 164+117+229=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #A475E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475E5 is #5B8A1A. Grayscale: #8F8F8F. Windows color (decimal): -5999131 or 15037860. OLE color: 15037860.

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

Color convert

RGB 164 117 229 -
CMYK 0.28 0.49 0 0.10
HSL 265.18º 0.68% 0.68% -
HSV(B) 265.18º 0.49% 0.9% -
XYZ 35.81 26.27 77.31 -
YUV 143.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 164 117 229 0.28 0.49 0 0.10 265.18 0.68 0.68
Hex A4 75 E5 1C 31 0 A 109 44 44
Octal 244 165 345 34 61 0 12 411 104 104
Binary 10100100 1110101 11100101 11100 110001 0 1010 100001001 1000100 1000100

Color Harmonies of #A475E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475E5

Black with #A475E5

Text Example


Text Example

White with #A475E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475E5; }

 p { color: rgb(164,117,229); }

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

background-color css

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

 a { background-color: rgb(164,117,229); }

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

border-color css

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

 span { border-color: rgb(164,117,229); }

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