Html Css Color HEX #A45DEA Medium Purple

📋 copy color: '#A45DEA'

red 164 ◦ green 93 ◦ blue 234

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

Shades of Medium Purple #A45DEA

Tints of Medium Purple #A45DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.94%

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

R = 33.4%
G = 18.94%
B = 47.66%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A45DEA (or 0xA45DEA) is known color: Medium Purple. HEX triplet: A4, 5D and EA. RGB value is (164,93,234). Sum of RGB (Red+Green+Blue) = 164+93+234=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A45DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DEA is #5BA215. Grayscale: #818181. Windows color (decimal): -6005270 or 15359396. OLE color: 15359396.

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

Color convert

RGB 164 93 234 -
CMYK 0.30 0.60 0 0.08
HSL 270.21º 0.77% 0.64% -
HSV(B) 270.21º 0.6% 0.92% -
XYZ 34.08 21.66 80.23 -
YUV 130.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 164 93 234 0.30 0.60 0 0.08 270.21 0.77 0.64
Hex A4 5D EA 1E 3C 0 8 10E 4D 40
Octal 244 135 352 36 74 0 10 416 115 100
Binary 10100100 1011101 11101010 11110 111100 0 1000 100001110 1001101 1000000

Color Harmonies of #A45DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DEA

Black with #A45DEA

Text Example


Text Example

White with #A45DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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