Html Css Color HEX #A561FD Medium Purple

📋 copy color: '#A561FD'

red 165 ◦ green 97 ◦ blue 253

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

Shades of Medium Purple #A561FD

Tints of Medium Purple #A561FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.83%

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 32.04%
G = 18.83%
B = 49.13%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A561FD (or 0xA561FD) is known color: Medium Purple. HEX triplet: A5, 61 and FD. RGB value is (165,97,253). Sum of RGB (Red+Green+Blue) = 165+97+253=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #A561FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561FD is #5A9E02. Grayscale: #868686. Windows color (decimal): -5938691 or 16605605. OLE color: 16605605.

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

Color convert

RGB 165 97 253 -
CMYK 0.35 0.62 0 0.01
HSL 266.15º 0.98% 0.69% -
HSV(B) 266.15º 0.62% 0.99% -
XYZ 37.52 23.64 95.51 -
YUV 135.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 165 97 253 0.35 0.62 0 0.01 266.15 0.98 0.69
Hex A5 61 FD 23 3E 0 1 10A 62 45
Octal 245 141 375 43 76 0 1 412 142 105
Binary 10100101 1100001 11111101 100011 111110 0 1 100001010 1100010 1000101

Color Harmonies of #A561FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561FD

Black with #A561FD

Text Example


Text Example

White with #A561FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561FD; }

 p { color: rgb(165,97,253); }

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

background-color css

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

 a { background-color: rgb(165,97,253); }

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

border-color css

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

 span { border-color: rgb(165,97,253); }

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