Html Css Color HEX #A575E5 Medium Purple

📋 copy color: '#A575E5'

red 165 ◦ green 117 ◦ blue 229

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

Shades of Medium Purple #A575E5

Tints of Medium Purple #A575E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 32.29%
G = 22.9%
B = 44.81%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A575E5 (or 0xA575E5) is known color: Medium Purple. HEX triplet: A5, 75 and E5. RGB value is (165,117,229). Sum of RGB (Red+Green+Blue) = 165+117+229=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #A575E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575E5 is #5A8A1A. Grayscale: #8F8F8F. Windows color (decimal): -5933595 or 15037861. OLE color: 15037861.

HSL color Cylindrical-coordinate representation of color #A575E5: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A575E5 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 117 229 -
CMYK 0.28 0.49 0 0.10
HSL 265.71º 0.68% 0.68% -
HSV(B) 265.71º 0.49% 0.9% -
XYZ 36.02 26.38 77.32 -
YUV 144.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 165 117 229 0.28 0.49 0 0.10 265.71 0.68 0.68
Hex A5 75 E5 1C 31 0 A 10A 44 44
Octal 245 165 345 34 61 0 12 412 104 104
Binary 10100101 1110101 11100101 11100 110001 0 1010 100001010 1000100 1000100

Color Harmonies of #A575E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575E5

Black with #A575E5

Text Example


Text Example

White with #A575E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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