Html Css Color HEX #A55DEC Medium Purple

📋 copy color: '#A55DEC'

red 165 ◦ green 93 ◦ blue 236

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

Shades of Medium Purple #A55DEC

Tints of Medium Purple #A55DEC

RGB

 RED value IS 165 (64.84% from 255) = 33.4%

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

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 33.4%
G = 18.83%
B = 47.77%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55DEC (or 0xA55DEC) is known color: Medium Purple. HEX triplet: A5, 5D and EC. RGB value is (165,93,236). Sum of RGB (Red+Green+Blue) = 165+93+236=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A55DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DEC is #5AA213. Grayscale: #828282. Windows color (decimal): -5939732 or 15490469. OLE color: 15490469.

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

Color convert

RGB 165 93 236 -
CMYK 0.30 0.61 0 0.07
HSL 270.21º 0.79% 0.65% -
HSV(B) 270.21º 0.61% 0.93% -
XYZ 34.57 21.88 81.76 -
YUV 130.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 165 93 236 0.30 0.61 0 0.07 270.21 0.79 0.65
Hex A5 5D EC 1E 3D 0 7 10E 4F 41
Octal 245 135 354 36 75 0 7 416 117 101
Binary 10100101 1011101 11101100 11110 111101 0 111 100001110 1001111 1000001

Color Harmonies of #A55DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DEC

Black with #A55DEC

Text Example


Text Example

White with #A55DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DEC; }

 p { color: rgb(165,93,236); }

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

background-color css

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

 a { background-color: rgb(165,93,236); }

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

border-color css

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

 span { border-color: rgb(165,93,236); }

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