Html Css Color HEX #A574DD Medium Purple

📋 copy color: '#A574DD'

red 165 ◦ green 116 ◦ blue 221

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

Shades of Medium Purple #A574DD

Tints of Medium Purple #A574DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 32.87%
G = 23.11%
B = 44.02%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A574DD (or 0xA574DD) is known color: Medium Purple. HEX triplet: A5, 74 and DD. RGB value is (165,116,221). Sum of RGB (Red+Green+Blue) = 165+116+221=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A574DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574DD is #5A8B22. Grayscale: #8E8E8E. Windows color (decimal): -5933859 or 14513317. OLE color: 14513317.

HSL color Cylindrical-coordinate representation of color #A574DD: hue angle of 268º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A574DD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 116 221 -
CMYK 0.25 0.48 0 0.13
HSL 268º 0.61% 0.66% -
HSV(B) 268º 0.48% 0.87% -
XYZ 34.81 25.71 71.53 -
YUV 142.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 165 116 221 0.25 0.48 0 0.13 268 0.61 0.66
Hex A5 74 DD 19 30 0 D 10C 3D 42
Octal 245 164 335 31 60 0 15 414 75 102
Binary 10100101 1110100 11011101 11001 110000 0 1101 100001100 111101 1000010

Color Harmonies of #A574DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574DD

Black with #A574DD

Text Example


Text Example

White with #A574DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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