Html Css Color HEX #A574EC Medium Purple

📋 copy color: '#A574EC'

red 165 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #A574EC

Tints of Medium Purple #A574EC

RGB

 RED value IS 165 (64.84% from 255) = 31.91%

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

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

R = 31.91%
G = 22.44%
B = 45.65%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A574EC (or 0xA574EC) is known color: Medium Purple. HEX triplet: A5, 74 and EC. RGB value is (165,116,236). Sum of RGB (Red+Green+Blue) = 165+116+236=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 116 (45.70% from 255 or 22.44% 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 #A574EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574EC is #5A8B13. Grayscale: #8F8F8F. Windows color (decimal): -5933844 or 15496357. OLE color: 15496357.

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

Color convert

RGB 165 116 236 -
CMYK 0.30 0.51 0 0.07
HSL 264.5º 0.76% 0.69% -
HSV(B) 264.5º 0.51% 0.93% -
XYZ 36.9 26.55 82.54 -
YUV 144.33 179.73 142.74 -
System Red Green Blue C M Y K H S L
Decimal 165 116 236 0.30 0.51 0 0.07 264.5 0.76 0.69
Hex A5 74 EC 1E 33 0 7 108 4C 45
Octal 245 164 354 36 63 0 7 410 114 105
Binary 10100101 1110100 11101100 11110 110011 0 111 100001000 1001100 1000101

Color Harmonies of #A574EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574EC

Black with #A574EC

Text Example


Text Example

White with #A574EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574EC; }

 p { color: rgb(165,116,236); }

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

background-color css

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

 a { background-color: rgb(165,116,236); }

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

border-color css

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

 span { border-color: rgb(165,116,236); }

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