Html Css Color HEX #A465FD Medium Purple

📋 copy color: '#A465FD'

red 164 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #A465FD

Tints of Medium Purple #A465FD

RGB

 RED value IS 164 (64.45% from 255) = 31.66%

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

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

R = 31.66%
G = 19.5%
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

#A465FD (or 0xA465FD) is known color: Medium Purple. HEX triplet: A4, 65 and FD. RGB value is (164,101,253). Sum of RGB (Red+Green+Blue) = 164+101+253=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 101 (39.84% from 255 or 19.50% 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 #A465FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465FD is #5B9A02. Grayscale: #888888. Windows color (decimal): -6003203 or 16606628. OLE color: 16606628.

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

Color convert

RGB 164 101 253 -
CMYK 0.35 0.60 0 0.01
HSL 264.87º 0.97% 0.69% -
HSV(B) 264.87º 0.6% 0.99% -
XYZ 37.69 24.29 95.63 -
YUV 137.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 164 101 253 0.35 0.60 0 0.01 264.87 0.97 0.69
Hex A4 65 FD 23 3C 0 1 109 61 45
Octal 244 145 375 43 74 0 1 411 141 105
Binary 10100100 1100101 11111101 100011 111100 0 1 100001001 1100001 1000101

Color Harmonies of #A465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465FD

Black with #A465FD

Text Example


Text Example

White with #A465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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