Html Css Color HEX #A45DED Medium Purple

📋 copy color: '#A45DED'

red 164 ◦ green 93 ◦ blue 237

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

Shades of Medium Purple #A45DED

Tints of Medium Purple #A45DED

RGB

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

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

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

R = 33.2%
G = 18.83%
B = 47.98%

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

#A45DED (or 0xA45DED) is known color: Medium Purple. HEX triplet: A4, 5D and ED. RGB value is (164,93,237). Sum of RGB (Red+Green+Blue) = 164+93+237=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #A45DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DED is #5BA212. Grayscale: #828282. Windows color (decimal): -6005267 or 15556004. OLE color: 15556004.

HSL color Cylindrical-coordinate representation of color #A45DED: hue angle of 269.58º 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 #A45DED is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 93 237 -
CMYK 0.31 0.61 0 0.07
HSL 269.58º 0.8% 0.65% -
HSV(B) 269.58º 0.61% 0.93% -
XYZ 34.51 21.84 82.52 -
YUV 130.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 164 93 237 0.31 0.61 0 0.07 269.58 0.8 0.65
Hex A4 5D ED 1F 3D 0 7 10E 50 41
Octal 244 135 355 37 75 0 7 416 120 101
Binary 10100100 1011101 11101101 11111 111101 0 111 100001110 1010000 1000001

Color Harmonies of #A45DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DED

Black with #A45DED

Text Example


Text Example

White with #A45DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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