Html Css Color HEX #A575DA Medium Purple

📋 copy color: '#A575DA'

red 165 ◦ green 117 ◦ blue 218

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

Shades of Medium Purple #A575DA

Tints of Medium Purple #A575DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.4%

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

R = 33%
G = 23.4%
B = 43.6%

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

#A575DA (or 0xA575DA) is known color: Medium Purple. HEX triplet: A5, 75 and DA. RGB value is (165,117,218). Sum of RGB (Red+Green+Blue) = 165+117+218=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A575DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575DA is #5A8A25. Grayscale: #8E8E8E. Windows color (decimal): -5933606 or 14316965. OLE color: 14316965.

HSL color Cylindrical-coordinate representation of color #A575DA: hue angle of 268.51º degrees, saturation: 0.58, 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 #A575DA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 117 218 -
CMYK 0.24 0.46 0 0.15
HSL 268.51º 0.58% 0.66% -
HSV(B) 268.51º 0.46% 0.85% -
XYZ 34.53 25.78 69.49 -
YUV 142.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 165 117 218 0.24 0.46 0 0.15 268.51 0.58 0.66
Hex A5 75 DA 18 2E 0 F 10D 3A 42
Octal 245 165 332 30 56 0 17 415 72 102
Binary 10100101 1110101 11011010 11000 101110 0 1111 100001101 111010 1000010

Color Harmonies of #A575DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575DA

Black with #A575DA

Text Example


Text Example

White with #A575DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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