Html Css Color HEX #A45CED Medium Purple

📋 copy color: '#A45CED'

red 164 ◦ green 92 ◦ blue 237

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

Shades of Medium Purple #A45CED

Tints of Medium Purple #A45CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 33.27%
G = 18.66%
B = 48.07%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A45CED (or 0xA45CED) is known color: Medium Purple. HEX triplet: A4, 5C and ED. RGB value is (164,92,237). Sum of RGB (Red+Green+Blue) = 164+92+237=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #A45CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CED is #5BA312. Grayscale: #818181. Windows color (decimal): -6005523 or 15555748. OLE color: 15555748.

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

Color convert

RGB 164 92 237 -
CMYK 0.31 0.61 0 0.07
HSL 269.79º 0.8% 0.65% -
HSV(B) 269.79º 0.61% 0.93% -
XYZ 34.42 21.66 82.49 -
YUV 130.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 164 92 237 0.31 0.61 0 0.07 269.79 0.8 0.65
Hex A4 5C ED 1F 3D 0 7 10E 50 41
Octal 244 134 355 37 75 0 7 416 120 101
Binary 10100100 1011100 11101101 11111 111101 0 111 100001110 1010000 1000001

Color Harmonies of #A45CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CED

Black with #A45CED

Text Example


Text Example

White with #A45CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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