Html Css Color HEX #A556FF Medium Purple

📋 copy color: '#A556FF'

red 165 ◦ green 86 ◦ blue 255

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

Shades of Medium Purple #A556FF

Tints of Medium Purple #A556FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17%

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

R = 32.61%
G = 17%
B = 50.4%

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

#A556FF (or 0xA556FF) is known color: Medium Purple. HEX triplet: A5, 56 and FF. RGB value is (165,86,255). Sum of RGB (Red+Green+Blue) = 165+86+255=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A556FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556FF is #5AA900. Grayscale: #808080. Windows color (decimal): -5941505 or 16733861. OLE color: 16733861.

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

Color convert

RGB 165 86 255 -
CMYK 0.35 0.66 0 0
HSL 268.05º 1% 0.67% -
HSV(B) 268.05º 0.66% 1% -
XYZ 36.89 21.87 96.89 -
YUV 128.89 199.17 153.76 -
System Red Green Blue C M Y K H S L
Decimal 165 86 255 0.35 0.66 0 0 268.05 1 0.67
Hex A5 56 FF 23 42 0 0 10C 64 43
Octal 245 126 377 43 102 0 0 414 144 103
Binary 10100101 1010110 11111111 100011 1000010 0 0 100001100 1100100 1000011

Color Harmonies of #A556FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556FF

Black with #A556FF

Text Example


Text Example

White with #A556FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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