Html Css Color HEX #A45CEB Medium Purple

📋 copy color: '#A45CEB'

red 164 ◦ green 92 ◦ blue 235

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

Shades of Medium Purple #A45CEB

Tints of Medium Purple #A45CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 33.4%
G = 18.74%
B = 47.86%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A45CEB (or 0xA45CEB) is known color: Medium Purple. HEX triplet: A4, 5C and EB. RGB value is (164,92,235). Sum of RGB (Red+Green+Blue) = 164+92+235=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #A45CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CEB is #5BA314. Grayscale: #818181. Windows color (decimal): -6005525 or 15424676. OLE color: 15424676.

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

Color convert

RGB 164 92 235 -
CMYK 0.30 0.61 0 0.08
HSL 270.21º 0.78% 0.64% -
HSV(B) 270.21º 0.61% 0.92% -
XYZ 34.13 21.54 80.96 -
YUV 129.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 164 92 235 0.30 0.61 0 0.08 270.21 0.78 0.64
Hex A4 5C EB 1E 3D 0 8 10E 4E 40
Octal 244 134 353 36 75 0 10 416 116 100
Binary 10100100 1011100 11101011 11110 111101 0 1000 100001110 1001110 1000000

Color Harmonies of #A45CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CEB

Black with #A45CEB

Text Example


Text Example

White with #A45CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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