Html Css Color HEX #A55FEC Medium Purple

📋 copy color: '#A55FEC'

red 165 ◦ green 95 ◦ blue 236

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

Shades of Medium Purple #A55FEC

Tints of Medium Purple #A55FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.15%

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

R = 33.27%
G = 19.15%
B = 47.58%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55FEC (or 0xA55FEC) is known color: Medium Purple. HEX triplet: A5, 5F and EC. RGB value is (165,95,236). Sum of RGB (Red+Green+Blue) = 165+95+236=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #A55FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FEC is #5AA013. Grayscale: #838383. Windows color (decimal): -5939220 or 15490981. OLE color: 15490981.

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

Color convert

RGB 165 95 236 -
CMYK 0.30 0.60 0 0.07
HSL 269.79º 0.79% 0.65% -
HSV(B) 269.79º 0.6% 0.93% -
XYZ 34.75 22.24 81.82 -
YUV 132 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 165 95 236 0.30 0.60 0 0.07 269.79 0.79 0.65
Hex A5 5F EC 1E 3C 0 7 10E 4F 41
Octal 245 137 354 36 74 0 7 416 117 101
Binary 10100101 1011111 11101100 11110 111100 0 111 100001110 1001111 1000001

Color Harmonies of #A55FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FEC

Black with #A55FEC

Text Example


Text Example

White with #A55FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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