Html Css Color HEX #A55AFF Medium Purple

📋 copy color: '#A55AFF'

red 165 ◦ green 90 ◦ blue 255

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

Shades of Medium Purple #A55AFF

Tints of Medium Purple #A55AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

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

R = 32.35%
G = 17.65%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A55AFF (or 0xA55AFF) is known color: Medium Purple. HEX triplet: A5, 5A and FF. RGB value is (165,90,255). Sum of RGB (Red+Green+Blue) = 165+90+255=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A55AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AFF is #5AA500. Grayscale: #828282. Windows color (decimal): -5940481 or 16734885. OLE color: 16734885.

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

Color convert

RGB 165 90 255 -
CMYK 0.35 0.65 0 0
HSL 267.27º 1% 0.68% -
HSV(B) 267.27º 0.65% 1% -
XYZ 37.22 22.53 96.99 -
YUV 131.24 197.85 152.08 -
System Red Green Blue C M Y K H S L
Decimal 165 90 255 0.35 0.65 0 0 267.27 1 0.68
Hex A5 5A FF 23 41 0 0 10B 64 44
Octal 245 132 377 43 101 0 0 413 144 104
Binary 10100101 1011010 11111111 100011 1000001 0 0 100001011 1100100 1000100

Color Harmonies of #A55AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AFF

Black with #A55AFF

Text Example


Text Example

White with #A55AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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