Html Css Color HEX #A45CEF Medium Purple

📋 copy color: '#A45CEF'

red 164 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #A45CEF

Tints of Medium Purple #A45CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 33.13%
G = 18.59%
B = 48.28%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A45CEF (or 0xA45CEF) is known color: Medium Purple. HEX triplet: A4, 5C and EF. RGB value is (164,92,239). Sum of RGB (Red+Green+Blue) = 164+92+239=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #A45CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CEF is #5BA310. Grayscale: #818181. Windows color (decimal): -6005521 or 15686820. OLE color: 15686820.

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

Color convert

RGB 164 92 239 -
CMYK 0.31 0.62 0 0.06
HSL 269.39º 0.82% 0.65% -
HSV(B) 269.39º 0.62% 0.94% -
XYZ 34.72 21.78 84.04 -
YUV 130.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 164 92 239 0.31 0.62 0 0.06 269.39 0.82 0.65
Hex A4 5C EF 1F 3E 0 6 10D 52 41
Octal 244 134 357 37 76 0 6 415 122 101
Binary 10100100 1011100 11101111 11111 111110 0 110 100001101 1010010 1000001

Color Harmonies of #A45CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CEF

Black with #A45CEF

Text Example


Text Example

White with #A45CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CEF; }

 p { color: rgb(164,92,239); }

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

background-color css

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

 a { background-color: rgb(164,92,239); }

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

border-color css

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

 span { border-color: rgb(164,92,239); }

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