Html Css Color HEX #A55EED Medium Purple

📋 copy color: '#A55EED'

red 165 ◦ green 94 ◦ blue 237

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

Shades of Medium Purple #A55EED

Tints of Medium Purple #A55EED

RGB

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

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

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

R = 33.27%
G = 18.95%
B = 47.78%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55EED (or 0xA55EED) is known color: Medium Purple. HEX triplet: A5, 5E and ED. RGB value is (165,94,237). Sum of RGB (Red+Green+Blue) = 165+94+237=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EED is #5AA112. Grayscale: #838383. Windows color (decimal): -5939475 or 15556261. OLE color: 15556261.

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

Color convert

RGB 165 94 237 -
CMYK 0.30 0.60 0 0.07
HSL 269.79º 0.8% 0.65% -
HSV(B) 269.79º 0.6% 0.93% -
XYZ 34.81 22.12 82.56 -
YUV 131.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 165 94 237 0.30 0.60 0 0.07 269.79 0.8 0.65
Hex A5 5E ED 1E 3C 0 7 10E 50 41
Octal 245 136 355 36 74 0 7 416 120 101
Binary 10100101 1011110 11101101 11110 111100 0 111 100001110 1010000 1000001

Color Harmonies of #A55EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EED

Black with #A55EED

Text Example


Text Example

White with #A55EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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