Html Css Color HEX #A557FF Medium Purple

📋 copy color: '#A557FF'

red 165 ◦ green 87 ◦ blue 255

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

Shades of Medium Purple #A557FF

Tints of Medium Purple #A557FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.16%

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

R = 32.54%
G = 17.16%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A557FF (or 0xA557FF) is known color: Medium Purple. HEX triplet: A5, 57 and FF. RGB value is (165,87,255). Sum of RGB (Red+Green+Blue) = 165+87+255=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A557FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557FF is #5AA800. Grayscale: #808080. Windows color (decimal): -5941249 or 16734117. OLE color: 16734117.

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

Color convert

RGB 165 87 255 -
CMYK 0.35 0.66 0 0
HSL 267.86º 1% 0.67% -
HSV(B) 267.86º 0.66% 1% -
XYZ 36.98 22.04 96.91 -
YUV 129.47 198.84 153.34 -
System Red Green Blue C M Y K H S L
Decimal 165 87 255 0.35 0.66 0 0 267.86 1 0.67
Hex A5 57 FF 23 42 0 0 10C 64 43
Octal 245 127 377 43 102 0 0 414 144 103
Binary 10100101 1010111 11111111 100011 1000010 0 0 100001100 1100100 1000011

Color Harmonies of #A557FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557FF

Black with #A557FF

Text Example


Text Example

White with #A557FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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