Html Css Color HEX #A575EC Medium Purple

📋 copy color: '#A575EC'

red 165 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A575EC

Tints of Medium Purple #A575EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 31.85%
G = 22.59%
B = 45.56%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A575EC (or 0xA575EC) is known color: Medium Purple. HEX triplet: A5, 75 and EC. RGB value is (165,117,236). Sum of RGB (Red+Green+Blue) = 165+117+236=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #A575EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575EC is #5A8A13. Grayscale: #909090. Windows color (decimal): -5933588 or 15496613. OLE color: 15496613.

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

Color convert

RGB 165 117 236 -
CMYK 0.30 0.50 0 0.07
HSL 264.2º 0.76% 0.69% -
HSV(B) 264.2º 0.5% 0.93% -
XYZ 37.02 26.78 82.57 -
YUV 144.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 165 117 236 0.30 0.50 0 0.07 264.2 0.76 0.69
Hex A5 75 EC 1E 32 0 7 108 4C 45
Octal 245 165 354 36 62 0 7 410 114 105
Binary 10100101 1110101 11101100 11110 110010 0 111 100001000 1001100 1000101

Color Harmonies of #A575EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575EC

Black with #A575EC

Text Example


Text Example

White with #A575EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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