Html Css Color HEX #A45FED Medium Purple

📋 copy color: '#A45FED'

red 164 ◦ green 95 ◦ blue 237

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

Shades of Medium Purple #A45FED

Tints of Medium Purple #A45FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 33.06%
G = 19.15%
B = 47.78%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A45FED (or 0xA45FED) is known color: Medium Purple. HEX triplet: A4, 5F and ED. RGB value is (164,95,237). Sum of RGB (Red+Green+Blue) = 164+95+237=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #A45FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FED is #5BA012. Grayscale: #838383. Windows color (decimal): -6004755 or 15556516. OLE color: 15556516.

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

Color convert

RGB 164 95 237 -
CMYK 0.31 0.60 0 0.07
HSL 269.15º 0.8% 0.65% -
HSV(B) 269.15º 0.6% 0.93% -
XYZ 34.69 22.19 82.58 -
YUV 131.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 164 95 237 0.31 0.60 0 0.07 269.15 0.8 0.65
Hex A4 5F ED 1F 3C 0 7 10D 50 41
Octal 244 137 355 37 74 0 7 415 120 101
Binary 10100100 1011111 11101101 11111 111100 0 111 100001101 1010000 1000001

Color Harmonies of #A45FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FED

Black with #A45FED

Text Example


Text Example

White with #A45FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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