Html Css Color HEX #A475EC Medium Purple

📋 copy color: '#A475EC'

red 164 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A475EC

Tints of Medium Purple #A475EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 31.72%
G = 22.63%
B = 45.65%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A475EC (or 0xA475EC) is known color: Medium Purple. HEX triplet: A4, 75 and EC. RGB value is (164,117,236). Sum of RGB (Red+Green+Blue) = 164+117+236=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A475EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475EC is #5B8A13. Grayscale: #909090. Windows color (decimal): -5999124 or 15496612. OLE color: 15496612.

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

Color convert

RGB 164 117 236 -
CMYK 0.31 0.50 0 0.07
HSL 263.7º 0.76% 0.69% -
HSV(B) 263.7º 0.5% 0.93% -
XYZ 36.81 26.67 82.56 -
YUV 144.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 164 117 236 0.31 0.50 0 0.07 263.7 0.76 0.69
Hex A4 75 EC 1F 32 0 7 108 4C 45
Octal 244 165 354 37 62 0 7 410 114 105
Binary 10100100 1110101 11101100 11111 110010 0 111 100001000 1001100 1000101

Color Harmonies of #A475EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475EC

Black with #A475EC

Text Example


Text Example

White with #A475EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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