Html Css Color HEX #A575ED Medium Purple

📋 copy color: '#A575ED'

red 165 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #A575ED

Tints of Medium Purple #A575ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 31.79%
G = 22.54%
B = 45.66%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A575ED (or 0xA575ED) is known color: Medium Purple. HEX triplet: A5, 75 and ED. RGB value is (165,117,237). Sum of RGB (Red+Green+Blue) = 165+117+237=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A575ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575ED is #5A8A12. Grayscale: #909090. Windows color (decimal): -5933587 or 15562149. OLE color: 15562149.

HSL color Cylindrical-coordinate representation of color #A575ED: hue angle of 264º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A575ED is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 117 237 -
CMYK 0.30 0.51 0 0.07
HSL 264º 0.77% 0.69% -
HSV(B) 264º 0.51% 0.93% -
XYZ 37.16 26.84 83.34 -
YUV 145.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 165 117 237 0.30 0.51 0 0.07 264 0.77 0.69
Hex A5 75 ED 1E 33 0 7 108 4D 45
Octal 245 165 355 36 63 0 7 410 115 105
Binary 10100101 1110101 11101101 11110 110011 0 111 100001000 1001101 1000101

Color Harmonies of #A575ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575ED

Black with #A575ED

Text Example


Text Example

White with #A575ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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