Html Css Color HEX #A574DA Medium Purple

📋 copy color: '#A574DA'

red 165 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #A574DA

Tints of Medium Purple #A574DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 33.07%
G = 23.25%
B = 43.69%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A574DA (or 0xA574DA) is known color: Medium Purple. HEX triplet: A5, 74 and DA. RGB value is (165,116,218). Sum of RGB (Red+Green+Blue) = 165+116+218=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A574DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574DA is #5A8B25. Grayscale: #8D8D8D. Windows color (decimal): -5933862 or 14316709. OLE color: 14316709.

HSL color Cylindrical-coordinate representation of color #A574DA: hue angle of 268.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A574DA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 116 218 -
CMYK 0.24 0.47 0 0.15
HSL 268.82º 0.58% 0.65% -
HSV(B) 268.82º 0.47% 0.85% -
XYZ 34.42 25.55 69.45 -
YUV 142.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 165 116 218 0.24 0.47 0 0.15 268.82 0.58 0.65
Hex A5 74 DA 18 2F 0 F 10D 3A 41
Octal 245 164 332 30 57 0 17 415 72 101
Binary 10100101 1110100 11011010 11000 101111 0 1111 100001101 111010 1000001

Color Harmonies of #A574DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574DA

Black with #A574DA

Text Example


Text Example

White with #A574DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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