Html Css Color HEX #A55EF0 Medium Purple

📋 copy color: '#A55EF0'

red 165 ◦ green 94 ◦ blue 240

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

Shades of Medium Purple #A55EF0

Tints of Medium Purple #A55EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 33.07%
G = 18.84%
B = 48.1%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A55EF0 (or 0xA55EF0) is known color: Medium Purple. HEX triplet: A5, 5E and F0. RGB value is (165,94,240). Sum of RGB (Red+Green+Blue) = 165+94+240=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #A55EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EF0 is #5AA10F. Grayscale: #838383. Windows color (decimal): -5939472 or 15752869. OLE color: 15752869.

HSL color Cylindrical-coordinate representation of color #A55EF0: hue angle of 269.18º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55EF0 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 94 240 -
CMYK 0.31 0.61 0 0.06
HSL 269.18º 0.83% 0.65% -
HSV(B) 269.18º 0.61% 0.94% -
XYZ 35.25 22.3 84.88 -
YUV 131.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 165 94 240 0.31 0.61 0 0.06 269.18 0.83 0.65
Hex A5 5E F0 1F 3D 0 6 10D 53 41
Octal 245 136 360 37 75 0 6 415 123 101
Binary 10100101 1011110 11110000 11111 111101 0 110 100001101 1010011 1000001

Color Harmonies of #A55EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EF0

Black with #A55EF0

Text Example


Text Example

White with #A55EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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