Html Css Color HEX #A55EFF Medium Purple

📋 copy color: '#A55EFF'

red 165 ◦ green 94 ◦ blue 255

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

Shades of Medium Purple #A55EFF

Tints of Medium Purple #A55EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 32.1%
G = 18.29%
B = 49.61%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A55EFF (or 0xA55EFF) is known color: Medium Purple. HEX triplet: A5, 5E and FF. RGB value is (165,94,255). Sum of RGB (Red+Green+Blue) = 165+94+255=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A55EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EFF is #5AA100. Grayscale: #858585. Windows color (decimal): -5939457 or 16735909. OLE color: 16735909.

HSL color Cylindrical-coordinate representation of color #A55EFF: hue angle of 266.46º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55EFF is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 94 255 -
CMYK 0.35 0.63 0 0
HSL 266.46º 1% 0.68% -
HSV(B) 266.46º 0.63% 1% -
XYZ 37.57 23.22 97.11 -
YUV 133.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 165 94 255 0.35 0.63 0 0 266.46 1 0.68
Hex A5 5E FF 23 3F 0 0 10A 64 44
Octal 245 136 377 43 77 0 0 412 144 104
Binary 10100101 1011110 11111111 100011 111111 0 0 100001010 1100100 1000100

Color Harmonies of #A55EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EFF

Black with #A55EFF

Text Example


Text Example

White with #A55EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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