Html Css Color HEX #A576DD Medium Purple

📋 copy color: '#A576DD'

red 165 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #A576DD

Tints of Medium Purple #A576DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

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

R = 32.74%
G = 23.41%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A576DD (or 0xA576DD) is known color: Medium Purple. HEX triplet: A5, 76 and DD. RGB value is (165,118,221). Sum of RGB (Red+Green+Blue) = 165+118+221=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #A576DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576DD is #5A8922. Grayscale: #8F8F8F. Windows color (decimal): -5933347 or 14513829. OLE color: 14513829.

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

Color convert

RGB 165 118 221 -
CMYK 0.25 0.47 0 0.13
HSL 267.38º 0.6% 0.66% -
HSV(B) 267.38º 0.47% 0.87% -
XYZ 35.05 26.18 71.61 -
YUV 143.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 165 118 221 0.25 0.47 0 0.13 267.38 0.6 0.66
Hex A5 76 DD 19 2F 0 D 10B 3C 42
Octal 245 166 335 31 57 0 15 413 74 102
Binary 10100101 1110110 11011101 11001 101111 0 1101 100001011 111100 1000010

Color Harmonies of #A576DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576DD

Black with #A576DD

Text Example


Text Example

White with #A576DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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