Html Css Color HEX #A565FD Medium Purple

📋 copy color: '#A565FD'

red 165 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #A565FD

Tints of Medium Purple #A565FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.46%

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

R = 31.79%
G = 19.46%
B = 48.75%

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

#A565FD (or 0xA565FD) is known color: Medium Purple. HEX triplet: A5, 65 and FD. RGB value is (165,101,253). Sum of RGB (Red+Green+Blue) = 165+101+253=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #A565FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565FD is #5A9A02. Grayscale: #888888. Windows color (decimal): -5937667 or 16606629. OLE color: 16606629.

HSL color Cylindrical-coordinate representation of color #A565FD: hue angle of 265.26º 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 #A565FD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 101 253 -
CMYK 0.35 0.60 0 0.01
HSL 265.26º 0.97% 0.69% -
HSV(B) 265.26º 0.6% 0.99% -
XYZ 37.9 24.4 95.64 -
YUV 137.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 165 101 253 0.35 0.60 0 0.01 265.26 0.97 0.69
Hex A5 65 FD 23 3C 0 1 109 61 45
Octal 245 145 375 43 74 0 1 411 141 105
Binary 10100101 1100101 11111101 100011 111100 0 1 100001001 1100001 1000101

Color Harmonies of #A565FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565FD

Black with #A565FD

Text Example


Text Example

White with #A565FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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