Html Css Color HEX #A45BEE Medium Purple

📋 copy color: '#A45BEE'

red 164 ◦ green 91 ◦ blue 238

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

Shades of Medium Purple #A45BEE

Tints of Medium Purple #A45BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 33.27%
G = 18.46%
B = 48.28%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A45BEE (or 0xA45BEE) is known color: Medium Purple. HEX triplet: A4, 5B and EE. RGB value is (164,91,238). Sum of RGB (Red+Green+Blue) = 164+91+238=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #A45BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BEE is #5BA411. Grayscale: #818181. Windows color (decimal): -6005778 or 15621028. OLE color: 15621028.

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

Color convert

RGB 164 91 238 -
CMYK 0.31 0.62 0 0.07
HSL 269.8º 0.81% 0.65% -
HSV(B) 269.8º 0.62% 0.93% -
XYZ 34.48 21.55 83.23 -
YUV 129.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 164 91 238 0.31 0.62 0 0.07 269.8 0.81 0.65
Hex A4 5B EE 1F 3E 0 7 10E 51 41
Octal 244 133 356 37 76 0 7 416 121 101
Binary 10100100 1011011 11101110 11111 111110 0 111 100001110 1010001 1000001

Color Harmonies of #A45BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BEE

Black with #A45BEE

Text Example


Text Example

White with #A45BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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