Html Css Color HEX #A55BFF Medium Purple

📋 copy color: '#A55BFF'

red 165 ◦ green 91 ◦ blue 255

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

Shades of Medium Purple #A55BFF

Tints of Medium Purple #A55BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.81%

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

R = 32.29%
G = 17.81%
B = 49.9%

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

#A55BFF (or 0xA55BFF) is known color: Medium Purple. HEX triplet: A5, 5B and FF. RGB value is (165,91,255). Sum of RGB (Red+Green+Blue) = 165+91+255=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #A55BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BFF is #5AA400. Grayscale: #838383. Windows color (decimal): -5940225 or 16735141. OLE color: 16735141.

HSL color Cylindrical-coordinate representation of color #A55BFF: hue angle of 267.07º 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 #A55BFF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 91 255 -
CMYK 0.35 0.64 0 0
HSL 267.07º 1% 0.68% -
HSV(B) 267.07º 0.64% 1% -
XYZ 37.31 22.7 97.02 -
YUV 131.82 197.52 151.66 -
System Red Green Blue C M Y K H S L
Decimal 165 91 255 0.35 0.64 0 0 267.07 1 0.68
Hex A5 5B FF 23 40 0 0 10B 64 44
Octal 245 133 377 43 100 0 0 413 144 104
Binary 10100101 1011011 11111111 100011 1000000 0 0 100001011 1100100 1000100

Color Harmonies of #A55BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BFF

Black with #A55BFF

Text Example


Text Example

White with #A55BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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