Html Css Color HEX #A45DFE Medium Purple

📋 copy color: '#A45DFE'

red 164 ◦ green 93 ◦ blue 254

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

Shades of Medium Purple #A45DFE

Tints of Medium Purple #A45DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.2%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 32.09%
G = 18.2%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A45DFE (or 0xA45DFE) is known color: Medium Purple. HEX triplet: A4, 5D and FE. RGB value is (164,93,254). Sum of RGB (Red+Green+Blue) = 164+93+254=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #A45DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DFE is #5BA201. Grayscale: #848484. Windows color (decimal): -6005250 or 16670116. OLE color: 16670116.

HSL color Cylindrical-coordinate representation of color #A45DFE: hue angle of 266.46º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45DFE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 93 254 -
CMYK 0.35 0.63 0 0.00
HSL 266.46º 0.99% 0.68% -
HSV(B) 266.46º 0.63% 1% -
XYZ 37.11 22.88 96.23 -
YUV 132.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 164 93 254 0.35 0.63 0 0.00 266.46 0.99 0.68
Hex A4 5D FE 23 3F 0 0 10A 63 44
Octal 244 135 376 43 77 0 0 412 143 104
Binary 10100100 1011101 11111110 100011 111111 0 0 100001010 1100011 1000100

Color Harmonies of #A45DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DFE

Black with #A45DFE

Text Example


Text Example

White with #A45DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DFE; }

 p { color: rgb(164,93,254); }

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

background-color css

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

 a { background-color: rgb(164,93,254); }

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

border-color css

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

 span { border-color: rgb(164,93,254); }

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