Html Css Color HEX #A575FC Medium Purple

📋 copy color: '#A575FC'

red 165 ◦ green 117 ◦ blue 252

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

Shades of Medium Purple #A575FC

Tints of Medium Purple #A575FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 30.9%
G = 21.91%
B = 47.19%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A575FC (or 0xA575FC) is known color: Medium Purple. HEX triplet: A5, 75 and FC. RGB value is (165,117,252). Sum of RGB (Red+Green+Blue) = 165+117+252=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #A575FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575FC is #5A8A03. Grayscale: #929292. Windows color (decimal): -5933572 or 16545189. OLE color: 16545189.

HSL color Cylindrical-coordinate representation of color #A575FC: hue angle of 261.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A575FC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 117 252 -
CMYK 0.35 0.54 0 0.01
HSL 261.33º 0.96% 0.72% -
HSV(B) 261.33º 0.54% 0.99% -
XYZ 39.45 27.75 95.37 -
YUV 146.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 165 117 252 0.35 0.54 0 0.01 261.33 0.96 0.72
Hex A5 75 FC 23 36 0 1 105 60 48
Octal 245 165 374 43 66 0 1 405 140 110
Binary 10100101 1110101 11111100 100011 110110 0 1 100000101 1100000 1001000

Color Harmonies of #A575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575FC

Black with #A575FC

Text Example


Text Example

White with #A575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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