Html Css Color HEX #A57ADD Medium Purple

📋 copy color: '#A57ADD'

red 165 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #A57ADD

Tints of Medium Purple #A57ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.02%

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

R = 32.48%
G = 24.02%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A57ADD (or 0xA57ADD) is known color: Medium Purple. HEX triplet: A5, 7A and DD. RGB value is (165,122,221). Sum of RGB (Red+Green+Blue) = 165+122+221=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A57ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ADD is #5A8522. Grayscale: #919191. Windows color (decimal): -5932323 or 14514853. OLE color: 14514853.

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

Color convert

RGB 165 122 221 -
CMYK 0.25 0.45 0 0.13
HSL 266.06º 0.59% 0.67% -
HSV(B) 266.06º 0.45% 0.87% -
XYZ 35.53 27.14 71.77 -
YUV 146.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 165 122 221 0.25 0.45 0 0.13 266.06 0.59 0.67
Hex A5 7A DD 19 2D 0 D 10A 3B 43
Octal 245 172 335 31 55 0 15 412 73 103
Binary 10100101 1111010 11011101 11001 101101 0 1101 100001010 111011 1000011

Color Harmonies of #A57ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ADD

Black with #A57ADD

Text Example


Text Example

White with #A57ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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