Html Css Color HEX #A45CFE Medium Purple

📋 copy color: '#A45CFE'

red 164 ◦ green 92 ◦ blue 254

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

Shades of Medium Purple #A45CFE

Tints of Medium Purple #A45CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.04%

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

R = 32.16%
G = 18.04%
B = 49.8%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A45CFE (or 0xA45CFE) is known color: Medium Purple. HEX triplet: A4, 5C and FE. RGB value is (164,92,254). Sum of RGB (Red+Green+Blue) = 164+92+254=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #A45CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CFE is #5BA301. Grayscale: #838383. Windows color (decimal): -6005506 or 16669860. OLE color: 16669860.

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

Color convert

RGB 164 92 254 -
CMYK 0.35 0.64 0 0.00
HSL 266.67º 0.99% 0.68% -
HSV(B) 266.67º 0.64% 1% -
XYZ 37.03 22.7 96.2 -
YUV 132 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 164 92 254 0.35 0.64 0 0.00 266.67 0.99 0.68
Hex A4 5C FE 23 40 0 0 10B 63 44
Octal 244 134 376 43 100 0 0 413 143 104
Binary 10100100 1011100 11111110 100011 1000000 0 0 100001011 1100011 1000100

Color Harmonies of #A45CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CFE

Black with #A45CFE

Text Example


Text Example

White with #A45CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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