Html Css Color HEX #A55EEE Medium Purple

📋 copy color: '#A55EEE'

red 165 ◦ green 94 ◦ blue 238

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

Shades of Medium Purple #A55EEE

Tints of Medium Purple #A55EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.91%

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

R = 33.2%
G = 18.91%
B = 47.89%

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

#A55EEE (or 0xA55EEE) is known color: Medium Purple. HEX triplet: A5, 5E and EE. RGB value is (165,94,238). Sum of RGB (Red+Green+Blue) = 165+94+238=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #A55EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EEE is #5AA111. Grayscale: #838383. Windows color (decimal): -5939474 or 15621797. OLE color: 15621797.

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

Color convert

RGB 165 94 238 -
CMYK 0.31 0.61 0 0.07
HSL 269.58º 0.81% 0.65% -
HSV(B) 269.58º 0.61% 0.93% -
XYZ 34.95 22.18 83.33 -
YUV 131.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 165 94 238 0.31 0.61 0 0.07 269.58 0.81 0.65
Hex A5 5E EE 1F 3D 0 7 10E 51 41
Octal 245 136 356 37 75 0 7 416 121 101
Binary 10100101 1011110 11101110 11111 111101 0 111 100001110 1010001 1000001

Color Harmonies of #A55EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EEE

Black with #A55EEE

Text Example


Text Example

White with #A55EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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