Html Css Color HEX #A55DFF Medium Purple

📋 copy color: '#A55DFF'

red 165 ◦ green 93 ◦ blue 255

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

Shades of Medium Purple #A55DFF

Tints of Medium Purple #A55DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.13%

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

R = 32.16%
G = 18.13%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A55DFF (or 0xA55DFF) is known color: Medium Purple. HEX triplet: A5, 5D and FF. RGB value is (165,93,255). Sum of RGB (Red+Green+Blue) = 165+93+255=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A55DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DFF is #5AA200. Grayscale: #848484. Windows color (decimal): -5939713 or 16735653. OLE color: 16735653.

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

Color convert

RGB 165 93 255 -
CMYK 0.35 0.64 0 0
HSL 266.67º 1% 0.68% -
HSV(B) 266.67º 0.64% 1% -
XYZ 37.48 23.05 97.08 -
YUV 133 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 165 93 255 0.35 0.64 0 0 266.67 1 0.68
Hex A5 5D FF 23 40 0 0 10B 64 44
Octal 245 135 377 43 100 0 0 413 144 104
Binary 10100101 1011101 11111111 100011 1000000 0 0 100001011 1100100 1000100

Color Harmonies of #A55DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DFF

Black with #A55DFF

Text Example


Text Example

White with #A55DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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