Html Css Color HEX #A55FEE Medium Purple

📋 copy color: '#A55FEE'

red 165 ◦ green 95 ◦ blue 238

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

Shades of Medium Purple #A55FEE

Tints of Medium Purple #A55FEE

RGB

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

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

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

R = 33.13%
G = 19.08%
B = 47.79%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55FEE (or 0xA55FEE) is known color: Medium Purple. HEX triplet: A5, 5F and EE. RGB value is (165,95,238). Sum of RGB (Red+Green+Blue) = 165+95+238=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #A55FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FEE is #5AA011. Grayscale: #838383. Windows color (decimal): -5939218 or 15622053. OLE color: 15622053.

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

Color convert

RGB 165 95 238 -
CMYK 0.31 0.60 0 0.07
HSL 269.37º 0.81% 0.65% -
HSV(B) 269.37º 0.6% 0.93% -
XYZ 35.04 22.36 83.36 -
YUV 132.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 165 95 238 0.31 0.60 0 0.07 269.37 0.81 0.65
Hex A5 5F EE 1F 3C 0 7 10D 51 41
Octal 245 137 356 37 74 0 7 415 121 101
Binary 10100101 1011111 11101110 11111 111100 0 111 100001101 1010001 1000001

Color Harmonies of #A55FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FEE

Black with #A55FEE

Text Example


Text Example

White with #A55FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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