Html Css Color HEX #A45BEC Medium Purple

📋 copy color: '#A45BEC'

red 164 ◦ green 91 ◦ blue 236

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

Shades of Medium Purple #A45BEC

Tints of Medium Purple #A45BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 33.4%
G = 18.53%
B = 48.07%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A45BEC (or 0xA45BEC) is known color: Medium Purple. HEX triplet: A4, 5B and EC. RGB value is (164,91,236). Sum of RGB (Red+Green+Blue) = 164+91+236=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #A45BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BEC is #5BA413. Grayscale: #808080. Windows color (decimal): -6005780 or 15489956. OLE color: 15489956.

HSL color Cylindrical-coordinate representation of color #A45BEC: hue angle of 270.21º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45BEC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 91 236 -
CMYK 0.31 0.61 0 0.07
HSL 270.21º 0.79% 0.64% -
HSV(B) 270.21º 0.61% 0.93% -
XYZ 34.19 21.43 81.69 -
YUV 129.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 164 91 236 0.31 0.61 0 0.07 270.21 0.79 0.64
Hex A4 5B EC 1F 3D 0 7 10E 4F 40
Octal 244 133 354 37 75 0 7 416 117 100
Binary 10100100 1011011 11101100 11111 111101 0 111 100001110 1001111 1000000

Color Harmonies of #A45BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BEC

Black with #A45BEC

Text Example


Text Example

White with #A45BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BEC; }

 p { color: rgb(164,91,236); }

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

background-color css

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

 a { background-color: rgb(164,91,236); }

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

border-color css

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

 span { border-color: rgb(164,91,236); }

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