Html Css Color HEX #A576DA Medium Purple

📋 copy color: '#A576DA'

red 165 ◦ green 118 ◦ blue 218

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

Shades of Medium Purple #A576DA

Tints of Medium Purple #A576DA

RGB

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

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

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

R = 32.93%
G = 23.55%
B = 43.51%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A576DA (or 0xA576DA) is known color: Medium Purple. HEX triplet: A5, 76 and DA. RGB value is (165,118,218). Sum of RGB (Red+Green+Blue) = 165+118+218=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #A576DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576DA is #5A8925. Grayscale: #8F8F8F. Windows color (decimal): -5933350 or 14317221. OLE color: 14317221.

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

Color convert

RGB 165 118 218 -
CMYK 0.24 0.46 0 0.15
HSL 268.2º 0.57% 0.66% -
HSV(B) 268.2º 0.46% 0.85% -
XYZ 34.65 26.02 69.53 -
YUV 143.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 165 118 218 0.24 0.46 0 0.15 268.2 0.57 0.66
Hex A5 76 DA 18 2E 0 F 10C 39 42
Octal 245 166 332 30 56 0 17 414 71 102
Binary 10100101 1110110 11011010 11000 101110 0 1111 100001100 111001 1000010

Color Harmonies of #A576DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576DA

Black with #A576DA

Text Example


Text Example

White with #A576DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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