Html Css Color HEX #A574EA Medium Purple

📋 copy color: '#A574EA'

red 165 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #A574EA

Tints of Medium Purple #A574EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 32.04%
G = 22.52%
B = 45.44%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A574EA (or 0xA574EA) is known color: Medium Purple. HEX triplet: A5, 74 and EA. RGB value is (165,116,234). Sum of RGB (Red+Green+Blue) = 165+116+234=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #A574EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574EA is #5A8B15. Grayscale: #8F8F8F. Windows color (decimal): -5933846 or 15365285. OLE color: 15365285.

HSL color Cylindrical-coordinate representation of color #A574EA: hue angle of 264.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A574EA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 116 234 -
CMYK 0.29 0.50 0 0.08
HSL 264.92º 0.74% 0.69% -
HSV(B) 264.92º 0.5% 0.92% -
XYZ 36.61 26.43 81.01 -
YUV 144.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 165 116 234 0.29 0.50 0 0.08 264.92 0.74 0.69
Hex A5 74 EA 1D 32 0 8 109 4A 45
Octal 245 164 352 35 62 0 10 411 112 105
Binary 10100101 1110100 11101010 11101 110010 0 1000 100001001 1001010 1000101

Color Harmonies of #A574EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574EA

Black with #A574EA

Text Example


Text Example

White with #A574EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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