Html Css Color HEX #A564FD Medium Purple

📋 copy color: '#A564FD'

red 165 ◦ green 100 ◦ blue 253

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

Shades of Medium Purple #A564FD

Tints of Medium Purple #A564FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.31%

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

R = 31.85%
G = 19.31%
B = 48.84%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A564FD (or 0xA564FD) is known color: Medium Purple. HEX triplet: A5, 64 and FD. RGB value is (165,100,253). Sum of RGB (Red+Green+Blue) = 165+100+253=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #A564FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A564FD is #5A9B02. Grayscale: #888888. Windows color (decimal): -5937923 or 16606373. OLE color: 16606373.

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

Color convert

RGB 165 100 253 -
CMYK 0.35 0.60 0 0.01
HSL 265.49º 0.97% 0.69% -
HSV(B) 265.49º 0.6% 0.99% -
XYZ 37.8 24.21 95.61 -
YUV 136.88 193.53 148.06 -
System Red Green Blue C M Y K H S L
Decimal 165 100 253 0.35 0.60 0 0.01 265.49 0.97 0.69
Hex A5 64 FD 23 3C 0 1 109 61 45
Octal 245 144 375 43 74 0 1 411 141 105
Binary 10100101 1100100 11111101 100011 111100 0 1 100001001 1100001 1000101

Color Harmonies of #A564FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564FD

Black with #A564FD

Text Example


Text Example

White with #A564FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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