Html Css Color HEX #A45FEA Medium Purple

📋 copy color: '#A45FEA'

red 164 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #A45FEA

Tints of Medium Purple #A45FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 33.27%
G = 19.27%
B = 47.46%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A45FEA (or 0xA45FEA) is known color: Medium Purple. HEX triplet: A4, 5F and EA. RGB value is (164,95,234). Sum of RGB (Red+Green+Blue) = 164+95+234=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #A45FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FEA is #5BA015. Grayscale: #828282. Windows color (decimal): -6004758 or 15359908. OLE color: 15359908.

HSL color Cylindrical-coordinate representation of color #A45FEA: hue angle of 269.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45FEA is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 95 234 -
CMYK 0.30 0.59 0 0.08
HSL 269.78º 0.77% 0.65% -
HSV(B) 269.78º 0.59% 0.92% -
XYZ 34.25 22.02 80.29 -
YUV 131.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 164 95 234 0.30 0.59 0 0.08 269.78 0.77 0.65
Hex A4 5F EA 1E 3B 0 8 10E 4D 41
Octal 244 137 352 36 73 0 10 416 115 101
Binary 10100100 1011111 11101010 11110 111011 0 1000 100001110 1001101 1000001

Color Harmonies of #A45FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FEA

Black with #A45FEA

Text Example


Text Example

White with #A45FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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