Html Css Color HEX #A55BEE Medium Purple

📋 copy color: '#A55BEE'

red 165 ◦ green 91 ◦ blue 238

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

Shades of Medium Purple #A55BEE

Tints of Medium Purple #A55BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.42%

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 33.4%
G = 18.42%
B = 48.18%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55BEE (or 0xA55BEE) is known color: Medium Purple. HEX triplet: A5, 5B and EE. RGB value is (165,91,238). Sum of RGB (Red+Green+Blue) = 165+91+238=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #A55BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BEE is #5AA411. Grayscale: #818181. Windows color (decimal): -5940242 or 15621029. OLE color: 15621029.

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

Color convert

RGB 165 91 238 -
CMYK 0.31 0.62 0 0.07
HSL 270.2º 0.81% 0.65% -
HSV(B) 270.2º 0.62% 0.93% -
XYZ 34.69 21.65 83.24 -
YUV 129.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 165 91 238 0.31 0.62 0 0.07 270.2 0.81 0.65
Hex A5 5B EE 1F 3E 0 7 10E 51 41
Octal 245 133 356 37 76 0 7 416 121 101
Binary 10100101 1011011 11101110 11111 111110 0 111 100001110 1010001 1000001

Color Harmonies of #A55BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BEE

Black with #A55BEE

Text Example


Text Example

White with #A55BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BEE; }

 p { color: rgb(165,91,238); }

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

background-color css

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

 a { background-color: rgb(165,91,238); }

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

border-color css

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

 span { border-color: rgb(165,91,238); }

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