Html Css Color HEX #A556F2 Medium Purple

📋 copy color: '#A556F2'

red 165 ◦ green 86 ◦ blue 242

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

Shades of Medium Purple #A556F2

Tints of Medium Purple #A556F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 33.47%
G = 17.44%
B = 49.09%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A556F2 (or 0xA556F2) is known color: Medium Purple. HEX triplet: A5, 56 and F2. RGB value is (165,86,242). Sum of RGB (Red+Green+Blue) = 165+86+242=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #A556F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556F2 is #5AA90D. Grayscale: #7E7E7E. Windows color (decimal): -5941518 or 15881893. OLE color: 15881893.

HSL color Cylindrical-coordinate representation of color #A556F2: hue angle of 270.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A556F2 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 86 242 -
CMYK 0.32 0.64 0 0.05
HSL 270.38º 0.86% 0.64% -
HSV(B) 270.38º 0.64% 0.95% -
XYZ 34.87 21.07 86.23 -
YUV 127.41 192.67 154.82 -
System Red Green Blue C M Y K H S L
Decimal 165 86 242 0.32 0.64 0 0.05 270.38 0.86 0.64
Hex A5 56 F2 20 40 0 5 10E 56 40
Octal 245 126 362 40 100 0 5 416 126 100
Binary 10100101 1010110 11110010 100000 1000000 0 101 100001110 1010110 1000000

Color Harmonies of #A556F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556F2

Black with #A556F2

Text Example


Text Example

White with #A556F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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