Html Css Color HEX #A556FE Medium Purple

📋 copy color: '#A556FE'

red 165 ◦ green 86 ◦ blue 254

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

Shades of Medium Purple #A556FE

Tints of Medium Purple #A556FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 32.67%
G = 17.03%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A556FE (or 0xA556FE) is known color: Medium Purple. HEX triplet: A5, 56 and FE. RGB value is (165,86,254). Sum of RGB (Red+Green+Blue) = 165+86+254=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #A556FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556FE is #5AA901. Grayscale: #808080. Windows color (decimal): -5941506 or 16668325. OLE color: 16668325.

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

Color convert

RGB 165 86 254 -
CMYK 0.35 0.66 0 0.00
HSL 268.21º 0.99% 0.67% -
HSV(B) 268.21º 0.66% 1% -
XYZ 36.73 21.81 96.04 -
YUV 128.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 165 86 254 0.35 0.66 0 0.00 268.21 0.99 0.67
Hex A5 56 FE 23 42 0 0 10C 63 43
Octal 245 126 376 43 102 0 0 414 143 103
Binary 10100101 1010110 11111110 100011 1000010 0 0 100001100 1100011 1000011

Color Harmonies of #A556FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556FE

Black with #A556FE

Text Example


Text Example

White with #A556FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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