Html Css Color HEX #A45FEF Medium Purple

📋 copy color: '#A45FEF'

red 164 ◦ green 95 ◦ blue 239

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

Shades of Medium Purple #A45FEF

Tints of Medium Purple #A45FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.08%

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 32.93%
G = 19.08%
B = 47.99%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A45FEF (or 0xA45FEF) is known color: Medium Purple. HEX triplet: A4, 5F and EF. RGB value is (164,95,239). Sum of RGB (Red+Green+Blue) = 164+95+239=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #A45FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FEF is #5BA010. Grayscale: #838383. Windows color (decimal): -6004753 or 15687588. OLE color: 15687588.

HSL color Cylindrical-coordinate representation of color #A45FEF: hue angle of 268.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45FEF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 95 239 -
CMYK 0.31 0.60 0 0.06
HSL 268.75º 0.82% 0.65% -
HSV(B) 268.75º 0.6% 0.94% -
XYZ 34.98 22.31 84.12 -
YUV 132.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 164 95 239 0.31 0.60 0 0.06 268.75 0.82 0.65
Hex A4 5F EF 1F 3C 0 6 10D 52 41
Octal 244 137 357 37 74 0 6 415 122 101
Binary 10100100 1011111 11101111 11111 111100 0 110 100001101 1010010 1000001

Color Harmonies of #A45FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FEF

Black with #A45FEF

Text Example


Text Example

White with #A45FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FEF; }

 p { color: rgb(164,95,239); }

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

background-color css

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

 a { background-color: rgb(164,95,239); }

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

border-color css

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

 span { border-color: rgb(164,95,239); }

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