Html Css Color HEX #A55CEC Medium Purple

📋 copy color: '#A55CEC'

red 165 ◦ green 92 ◦ blue 236

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

Shades of Medium Purple #A55CEC

Tints of Medium Purple #A55CEC

RGB

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

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

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

R = 33.47%
G = 18.66%
B = 47.87%

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

#A55CEC (or 0xA55CEC) is known color: Medium Purple. HEX triplet: A5, 5C and EC. RGB value is (165,92,236). Sum of RGB (Red+Green+Blue) = 165+92+236=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A55CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CEC is #5AA313. Grayscale: #818181. Windows color (decimal): -5939988 or 15490213. OLE color: 15490213.

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

Color convert

RGB 165 92 236 -
CMYK 0.30 0.61 0 0.07
HSL 270.42º 0.79% 0.64% -
HSV(B) 270.42º 0.61% 0.93% -
XYZ 34.48 21.71 81.73 -
YUV 130.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 165 92 236 0.30 0.61 0 0.07 270.42 0.79 0.64
Hex A5 5C EC 1E 3D 0 7 10E 4F 40
Octal 245 134 354 36 75 0 7 416 117 100
Binary 10100101 1011100 11101100 11110 111101 0 111 100001110 1001111 1000000

Color Harmonies of #A55CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CEC

Black with #A55CEC

Text Example


Text Example

White with #A55CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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