Html Css Color HEX #A55EEB Medium Purple

📋 copy color: '#A55EEB'

red 165 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #A55EEB

Tints of Medium Purple #A55EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 33.4%
G = 19.03%
B = 47.57%

CMYK

 C value IS 0.30

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A55EEB (or 0xA55EEB) is known color: Medium Purple. HEX triplet: A5, 5E and EB. RGB value is (165,94,235). Sum of RGB (Red+Green+Blue) = 165+94+235=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #A55EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EEB is #5AA114. Grayscale: #828282. Windows color (decimal): -5939477 or 15425189. OLE color: 15425189.

HSL color Cylindrical-coordinate representation of color #A55EEB: hue angle of 270.21º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55EEB is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 94 235 -
CMYK 0.30 0.6 0 0.08
HSL 270.21º 0.78% 0.65% -
HSV(B) 270.21º 0.6% 0.92% -
XYZ 34.52 22 81.03 -
YUV 131.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 165 94 235 0.30 0.6 0 0.08 270.21 0.78 0.65
Hex A5 5E EB 1E 3C 0 8 10E 4E 41
Octal 245 136 353 36 74 0 10 416 116 101
Binary 10100101 1011110 11101011 11110 111100 0 1000 100001110 1001110 1000001

Color Harmonies of #A55EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EEB

Black with #A55EEB

Text Example


Text Example

White with #A55EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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