Html Css Color HEX #A55AED Medium Purple

📋 copy color: '#A55AED'

red 165 ◦ green 90 ◦ blue 237

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

Shades of Medium Purple #A55AED

Tints of Medium Purple #A55AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.29%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 33.54%
G = 18.29%
B = 48.17%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55AED (or 0xA55AED) is known color: Medium Purple. HEX triplet: A5, 5A and ED. RGB value is (165,90,237). Sum of RGB (Red+Green+Blue) = 165+90+237=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AED is #5AA512. Grayscale: #808080. Windows color (decimal): -5940499 or 15555237. OLE color: 15555237.

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

Color convert

RGB 165 90 237 -
CMYK 0.30 0.62 0 0.07
HSL 270.61º 0.8% 0.64% -
HSV(B) 270.61º 0.62% 0.93% -
XYZ 34.46 21.43 82.44 -
YUV 129.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 165 90 237 0.30 0.62 0 0.07 270.61 0.8 0.64
Hex A5 5A ED 1E 3E 0 7 10F 50 40
Octal 245 132 355 36 76 0 7 417 120 100
Binary 10100101 1011010 11101101 11110 111110 0 111 100001111 1010000 1000000

Color Harmonies of #A55AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AED

Black with #A55AED

Text Example


Text Example

White with #A55AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AED; }

 p { color: rgb(165,90,237); }

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

background-color css

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

 a { background-color: rgb(165,90,237); }

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

border-color css

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

 span { border-color: rgb(165,90,237); }

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